I need help creating a url to open an existing record in survey123 from field maps. I can get it to open a new record and populate certain fields automatically, but whenever I try to open it to edit an existing record, I just get a never-ending loop of "downloading survey" and "downloading thumbnail".
This is what I'm using:
https://survey123.arcgis.app?itemID=<itemID>?mode=edit&globalID={globalID}
Solved! Go to Solution.
The "mode=edit" parameter only applies to the web form. The best you can do with the field app URL is to specify the folder and include a filter. I've noticed that if your filter only returns a single record, it will automatically open the form.
https://survey123.arcgis.app?itemID=<itemID>&folder=inbox&action=edit&filter={globalid}
See: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm
The "mode=edit" parameter only applies to the web form. The best you can do with the field app URL is to specify the folder and include a filter. I've noticed that if your filter only returns a single record, it will automatically open the form.
https://survey123.arcgis.app?itemID=<itemID>&folder=inbox&action=edit&filter={globalid}
See: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm