I've read through multiple posts about revere geocoding (long press on the map to auto-populate an "address" field within the Survey123 form). I've tried over and over to get it to work, with no success.
If I enter:
pulldata("@geopoint",${location},"x","https://my company's geocoder URL")
I do get an X coordinate that auto-populates the address field. If I enter:
pulldata("@geopoint",${location},"reversegeocode.address.singleLineAddressField","https://my company's geocoder URL"
I get nothing.
What am I missing/doing wrong?