I have a setup where we're going to collect point features along a route feature with m-values.
I'm able to have created point feature grab the closest route with an appropriately modified version of the Arcade field calculation in the blog article here. Number 7 - Storing information of a nearby feature.
https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/common-calculated-expressions-for-arcgis-field-maps/
I'd also like to get the M value of the point if it were projected onto the route line. Field Maps recently put in the ability to get that position.
https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/linear-referencing-comes-to-arcgis-field-maps/
Is there a way to call and store that information in the collected feature using an arcade expression in the form that someone can point me to?