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.
What is the URL you're using? Note that the parameter is case-sensitive, so globalid ≠ globalId.
I got it, I was using & instead of ? in the first url param call.
to:
Thank you for your help!