I have a list and when you select a record from that list, I'd like the user to be able to edit the embeded survey. However, when a record is selected, the survey is available but the data isn't pulled from the selected record. Notice Name, Agency, and Title are blank in the survey.
URL I am using: https://survey123.arcgis.com/share/277df25d149f4c4f9ff40fd4b33cd6e0&mode=edit&globalId={globalid}&ve...
Solved! Go to Solution.
What is the URL you're using? Note that the parameter is case-sensitive, so globalid ≠ globalId.
The embed widget needs to include the URL parameters mode=edit&globalId={globalid} in order to open the survey form in edit mode and link to the selected feature.
You also need the embed widget set to "features" and have the table filter the embed.
I got it, I was using & instead of ? in the first url param call.
to:
Thank you for your help!
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.