Select to view content in your preferred language

Getting address of a sended poi via ArcGIS Survey123 Connect

250
3
Jump to solution
02-20-2025 10:34 PM
KaiBehncke
Regular Contributor

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

0 Kudos
1 Solution

Accepted Solutions
LaurenceTait
Frequent Contributor

Code it onto your survey using "reversegeocode.address.Match_addr"

View solution in original post

3 Replies
LaurenceTait
Frequent Contributor

Code it onto your survey using "reversegeocode.address.Match_addr"

KaiBehncke
Regular Contributor

Thank you very much 🙂 With one geocode-service I got a solution. The problem is:

We have 3 geocode-Services:

geocode.png

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").

0 Kudos
KaiBehncke
Regular Contributor

Ok, I found a solution: pulldata("@geopoint",${location},"reversegeocode.address.Match_addr","https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer")

0 Kudos