My GIS team is building an inspection app based on a feature layer with a related table that houses the submission results from Survey123. I have created a link to the survey in the popup window that populates the Inspection ID field in the survey based on the Inspection ID field in the feature layer:
arcgis-survey123://?itemID=xyz&field:Inspection_ID={INSPECT_ID}&field:GUID={GlobalID}
This works perfect when using the Field Maps app from a mobile device; however, when I try to access the same link from my desktop, I get a blank page.
Is there a way to do the same thing (create a link in the popup window of the webmap that opens Survey123 with the Inspection ID pre-populated) but from the desktop? So far, I can create a link that opens Survey123 from my desktop but the Inspection ID field is blank. Is there an Arcade/Python solution to this or is there another to accomplish this that I'm not thinking of? Any help with this would be greatly appreciated!