Select to view content in your preferred language

Global ID Parameter not provided

11297
5
Jump to solution
05-03-2021 09:54 AM
DarlaPyron2
Emerging Contributor

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)

https://survey123.arcgis.com/share/3a86bc75dce348309ecb3daab9ab3e54?&GlobalID=de10d741-f69a-4d2e-802...

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

 

0 Kudos
1 Solution

Accepted Solutions
KayleeRivera
Esri Contributor

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.

View solution in original post

5 Replies
KayleeRivera
Esri Contributor

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.

DarlaPyron2
Emerging Contributor

Thanks!

0 Kudos
AndresCastillo
MVP Alum
0 Kudos
AndresCastillo
MVP Alum
0 Kudos
apgis16
Regular Contributor

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.

apgis16_0-1751395909822.png

 

0 Kudos