Hello,
I have a survey with a geopoint question published with Survey Connect version 3.18.123. We have about 150 users and the survey is submitted several times a day using Survey123 3.17.68 for iOS.
In general, the geopoint question usually works fine, but we almost always have a few users who submit records with an invalid lat/lon point. Reverse geocoding fails and the point is displayed off the west coast of Africa. I've attached a screenshot. When I export the Feature layer to Excel, the x, y columns for those records are zero.
In one case, I noticed that the user's iPhone properly had location services turned on. Any ideas on how I can prevent this from happening?
Also, what is the best way to check for this condition in the survey? Currently, I'm checking to see if the following returns an empty string.
pulldata("@geopoint",${MyGeoPoint},"y")
Thanks,
Chuck