There are a lot of questions related to getting the address of a geopoint to populate a text field. Here are four of them:
https://community.esri.com/t5/arcgis-survey123-questions/how-to-get-address-from-geopoint-field/m-p/816173
https://community.esri.com/t5/arcgis-survey123-questions/autofill-address-in-textbox-when-marker-is-selected-in-geopoint/m-p/876661
https://community.esri.com/t5/arcgis-survey123-questions/using-survey123-geopoint-to-automatically-fill-a-text-survey/m-p/840191
https://community.esri.com/t5/arcgis-survey123-questions/pulldata-quot-geopoint-quot-location-quot-reversegeocode-other/m-p/818224
But, they all seem to be referring to working with the field app. Even the main reverse geocoding blog everybody refers to is apparently working with the app. "Reverse geocoding can be performed in the field app by..."
This technical article very briefly mentions the pulldata based on an address method:
https://support.esri.com/en/technical-article/000019081
I'm working with an ArcGIS Survey 123 online form, and I can't seem to find direct reference to it and reverse geocoding. When I try pulldata("@geopoint",${location},"reversegeocode") in the calculation field all it does in the map is drop the list of geocoders down from the search bar.


My goal is for the end-user to fill out an address in the text field and have the point appear on the map. It's to save a bit of frustration.