Update existing feature attributes with Survey123?

599
1
05-11-2020 10:07 AM
KathyFreeman
New Contributor

I created a survey with Survey123 Connect using an existing feature layer in ArcGIS Online.  I want to be able to click on a polygon in that feature layer and launch the survey from a link in the popup and have the survey responses entered into the attributes for polygon that was clicked.

The survey works, except, it creates a new record in the attribute table with a new GlobalID instead of filling in the attributes of the existing polygon.  Here is the link that I have in the popup:

https://survey123.arcgis.com/share/5d793c29f58844f089d8d4dea0db0867?mode=edit&globalId=GlobalID

I also tried curly brackets around “GlobalID” and it does the same thing.
Is it possible to do this?

0 Kudos
1 Reply
by Anonymous User
Not applicable

Kathy you would have to add "mode=edit" to the URL parameter and it should ideally work. For example:
https://survey123.arcgis.com/share/5d793c29f58844f089d8d4dea0db0867?mode=edit&globalId={GlobalId}