Hi everyone,
I'm working with a web map in ArcGIS Online and want to allow users to edit existing survey responses directly from a popup. I know it's possible to launch a Survey123 form in edit mode using a URL, but I'm not sure which attribute I should pass to make this work.
I’m using this link structure:
https://survey123.arcgis.app?itemID=db443b25d54f47d983861b018e02d1b0&mode=edit&{6BD69BAA-4A7C-4F10-A9DD-B9BB326EDA48}portalUrl=https://gis.minseg.gob.ar/portal
Is globalId the correct parameter to pass?
Should I be using another field or a different syntax?
The survey is hosted in ArcGIS Enterprise, and the feature layer includes a GlobalID field.
What’s the proper way to construct this URL so that it opens the correct existing survey response in edit mode?
Thanks in advance!