I can't seem to find any posts if it's possible to link to Field Maps from Survey123. I've done it the other way around, linking Survey123 from Field Maps from the pop ups.
If this is possible, please share the steps.
Thanks!
You can create a custom URL to field maps in a similar fashion:
https://doc.arcgis.com/en/field-maps/latest/prepare-maps/deploy-your-map.htm#ESRI_SECTION1_F7DE2402BA8743E5BFC4A1241072960E
You could create a note that concatenates the parameters and values dynamically e.g.
concat('<a href="https://fieldmaps.arcgis.app/?referenceContext=open&itemID=',${mapItemID},'" target="_blank">Open with sublink</a>')
where ${mapItemID} is the item id of the web map.
There aren't a lot of posts discussing this as it's not a common workflow. I can't think of many use contexts. The issues would be:
So I hope this helps, but can't recommend the workflow. If you share more we might be able to give better or alternate advice.
Just dropping this resource here as well: Integrate with other apps
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.