I recently recreated my survey123 to include a repeat to allow users to submit multiple geopoints within their larger project. Before I included the repeat, reverse geocode worked perfectly to find the county "Subregion" the point was located within, now the field is left blank.
| pulldata("@geopoint", ${location}, "reversegeocode.address.Subregion") |
In the calculation column
Strangely, the latitude and longitude calculations still work.
Again in their respective calculation columns
The only difference between my first iteration and now is including these calculations within a repeat.
Does anyone have experience with this? Is this a known issue?