Hi all,
I would like to map sites with with Field Maps. Then create a URL link to open a Survey123 form for the monitoring. I want the URL also to copy the GlobalID from Field Maps feature layer to the Survey123 feature layer. I checked numerous ESRI forum threats on how to do this and am a bit confused. Nothing seem to work in my case: either the globalid is not copied, or Survey123 gets in an 'unpacking' loop. These are the URL's I tried in the pop up menu of Field Maps feature layer:
arcgis-survey123://?itemID=4a418d2194?mode=edit&field:globalid={globalid} >> loop bug Survey123
arcgis-survey123://?itemID=4a418d2194?mode=copy&field:globalid={globalid} >> loop bug Survey123
arcgis-survey123://?itemID=4a418d2194?action=copy&field:globalid={globalid} >> loop bug Survey123
arcgis-survey123://?itemID=4a418d2194&field:globalid={globalid} >> not copying globalid
arcgis-survey123://?itemID=4a418d2194&globalid={globalid} >> not copying globalid
arcgis-survey123://?itemID=4a418d2194&action=edit&q:globalid={globalid} >> not copying globalid
Nothing works. This describes the loop problem/bug (post of 2021): https://community.esri.com/t5/arcgis-survey123-questions/updating-public-survey-causes-unpacking-failure/td-p/1024118.
Can anyone shed some light where I may have to find the solution and can make this work? Thanks in advance for the help.