I am trying to record the positionAccuracy of the geopoint within a field but it is not returning successfully. Can someone please suggest how to do so as my attempt is failing:
type = geopoint, name = location
type = calculate, name = loc_uncertainty_distance, calculation=pulldata("@geopoint", ${location}, "positionAccuracy"), bind::esri:fieldType=esriFieldTypeDouble
type = hidden, calculation=${loc_uncertainty_distance}, bind::esri:fieldType=esriFieldTypeDouble
Thanks for any advice!