Hi,
I have a problem in survey123 when i try to retrive an address from geopoint question.
I have a geopoint question type which lets the use to select location. the location is often selected using the search bar at the top. After the user selects the desired location i pull the address of the location using "pulldata" function into a seprate field. Fro some reasont the address o get is difreent then the adress that was searched for and selected for the geopoint.
This is the pulldata function i use: pulldata("@geopoint",${location},"reversegeocode.address.Address")
I am located in israel and i use the ArcGis world geocoding service for my organization.
Do you have an idea why this is happened?