I am using Survey123 Connect.
I'm creating an APPA Audit form that our janitorial manager can use to audit space cleanliness. I'd like the form to populate the Building Name and Room# fields from the point he selects in the geopoint field. The closest syntax I've found that comes to this functionality is:
pulldata("@layer", "getRecordAt", "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/World_Time_Zones/FeatureServer/0", ${location})
My understanding is that the "@layer" is the layer in the web map where the required data (building name, room#) lives, the "getRecordAt" is the field within that layer to query, the url is the ArcGIS online link to the web map, and the "${Location}" is the name of the geopoint question where the location is specified.
I've entered the syntax in the "calculation" column of a subsequent read-only text question.
Suffice it to say... what I have doesn't work. So, I've got it wrong somewhere. Anyone know a better solution or where I'm messing this up?
Much appreciated!