Edit Existing Survey123 Record through app

96
1
Jump to solution
02-02-2023 08:56 AM
Savannah2019
New Contributor III

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}

 

 

0 Kudos
1 Solution

Accepted Solutions
jcarlson
MVP Honored Contributor

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

- Josh Carlson
Kendall County GIS

View solution in original post

1 Reply
jcarlson
MVP Honored Contributor

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

- Josh Carlson
Kendall County GIS