I am having trouble with the form submittal url with editing. In the web map I have inserted a hyperlink to direct the survey to edit a particular feature. I have 'accept Global ID edits' as true, sync is on, editing is on and public.
Something is reading the globalId because this works. (I picked 2 different features)
But when you add the mode=edit https://survey123.arcgis.com/share/3a86bc75dce348309ecb3daab9ab3e54?mode=edit&GlobalID=c254eaa4-a2f4... you get the "Editing is not possible because the globalid parameter was not provided"
Field name for GlobalID is the same. Any suggestions?
Thank you
Solved! Go to Solution.
This particular parameter is case sensitive, per this documentation. Make sure your URL string uses "globalId", where everything is lowercase, except the I in ID.
This particular parameter is case sensitive, per this documentation. Make sure your URL string uses "globalId", where everything is lowercase, except the I in ID.
Thanks!