Hello all,
In my Survey123 Connect form people can send a poi via a map.
I wonder: Is it somehow possible to get the address of that poi automatically in the result table (in Excel)?
Thank you very much, Kai
Solved! Go to Solution.
Code it onto your survey using "reversegeocode.address.Match_addr"
Thank you very much 🙂 With one geocode-service I got a solution. The problem is:
We have 3 geocode-Services:
We have "Adresssuche", "Flurstückssuche" and "ArcGIS World Geocoding Service".
I wonder how I could get a result from "ArcGIS World Geocoding Service" (so far, I get it from "Adresssuche").
Ok, I found a solution: pulldata("@geopoint",${location},"reversegeocode.address.Match_addr","https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer")