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:
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