Is it possible to save an m-value in the geometry of a feature captured by Survey123?
I am using Survey123 with an existing feature layer that has m-values enabled, and populating a geopoint question using the values stored in questions named latitude and longitude by entering the following in the geopoint's calculation column:
string(${latitude}) + " " + string(${longitude})
I also have a question named measure that stores an m-value for the feature; it would be great to be able to include it in the calculated geopoint. Currently any points collected in Survey123 end up with null m-values.