Hi. Forgive me, I've seen threads with a similar question, however I'm still struggling. I'm on Survey123 3.12 and the survey if primarily accessed via a web browser. here's the gist of it.
Survey question:
Is this in a building?
If yes is selected a .CSV of building names, numbers, and it's location gets pulled:
pulldata('Building_pt_PH','BuildingNumber','Name_Building', ${BuildingNumber})
That .CSV also contains a location field in "+37.75722499_-122.4556317" format.
I want the geopoint to center at the location of the building selected.
If no is selected I want the normal geopoint behavior of the user clicking the location.
I know this is pretty basic stuff. I just can't get it functioning correctly. Thanks.