Hello,
I posted the same content in the Field Maps community (Opening Survey123 form in Field Maps (created in 2... - Esri Community)
I built a mobile solution that leverages both Field Maps and Survey123 back in 2021. When users click the asset on the map in Field Maps, a hyper link is created with selected feature's attributes and some real-time calculated values.
I used Classic Map Viewer at that time, and things worked smoothly. Since 2022, it was not in much use, and today I found out that the URL parameter I've created does not work anymore.
Can someone advice where I need to look at it? or perhaps save it as (new) Map Viewer?
Here is a sample url being created on the fly (I replaced parameter values to random text as my data is not public)
arcgis-survey123://?itemID=ItemID&field:Structure_Number=0233&field:Structure_Name=TOWER%20BANK&field:Highway=17&field:Critical_Route=no&field:Asset_Type=BRIDGE&field:Service_Area=A6¢er=yvalue, xvlalue&callback=https://fieldmaps.arcgis.app/?
Addition:
With more investigation, I found callback and center worked, but if I include field/value in the URL the survey123 form is not loading. Is there something that has been changed since 2021?
Thank you.