Can anyone give an example of a reverse geocoding, find address candidates example in excel forms, as used with Survey123 connect?
I can user pulldata as in: pulldata("@geopoint",${location},"reversegeocode","...mygeocoderurl.../GeocodeServer")
My idea then was to create a Single line Address which was easy enough.
But the data returned is terse, where when using the REST on the geocodeserver, I can see that there is much more data returned from 'findAddressCandidates'.
So I have attempted to use findAddressCandidates, sending the Single Line Address to get more information.
Does anyone have a example of it used in the 'calculation' area of the excel form?
I have tried a variety of syntax with no positive results, here is one example:
pulldata("@geopoint",${location},"findAddressCandidates","https://mygeocoderurl","SingleLine=" + ${single_line_address},"outFields=*","f=pjson")