Hello,
I'm attempting to store the metadata for a geopoint collected in Survey123 when the tablet is connected to an external GNSS receiver. We are able to connect and get some of the metadata using the pulldata function, such as the horizontal accuracy, hdop, and pdop values. But the GPS fix is coming in as 1, regardless of the actual fix showing in the nmea sentence. And we are unable to access the UTC time when the geopoint was collected. The two calculations I'm using to attempt to get this data are:
pulldata("@geopoint", ${location}, "fixType")
pulldata("@geopoint", ${location}, "utcTime")
location is the name of the geopoint.
In addition, if it is possible to store the full nmea string, that would be great.
Thanks in advance for any help!