Hello ESRI community!
I'm not too familiar with pulling coordinate information into a Survey123, and was hoping to get some insight into how I could accomplish this task. I have a Zone Lookup Instant app in which a customer inputs their address in the geolocator and the app returns a popup with a survey123 link, if found in a certain area. My goal is to pull the coordinates from their input address into the Survey123 that appears in that displayed popup, if possible. I have been testing a few ways to do this using a custom URL in the web map that the Instant App searches, which I have formatted like so: https://survey123.arcgis.com/share/ItemID?center={Lat},{Long} . This gives me 0,0 coordinates when I test it, however, so I was wondering what I may doing wrong or what else I could try to accomplish this task. Any help is appreciated!