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!
Esri support article that points to this thread:
Developer documentation on the same:
https://developers.arcgis.com/survey123/guide/embed-a-survey-dashboards/
I'm having an issue now where the survey is not loading upon select. The user is supposed to click on the point on the chart on the left and the existing survey values should populate using the "survey" widget in Experience Builder. Although it was showing the "Editing is not possible because the globalid parameter was not provided" message, it was still loading the values in the survey fields below. I tried turning off and on editing to "reset" the forms and following the instructions from the Esri documentation. I also tried embedding the survey instead of using the "survey" widget. The data source that is used in the chart is the hosted feature layer from the same survey.