Since my previous question never really got answered, I'm trying again. Is there a way to overwrite the geopoint that is automatically captured when the survey is opened with a geopoint that is calculated from values on the form?
I know how to calculate the geopoint I want, but I can't figure out how to replace the default geopoint with the calculated one.
Thanks!
This post should help. But you just add a calc
I had the above code in my calculation column and it wasn't working so I tried many things and finally landed on this combination of settings that force it to recalculate once there is at least one feature mapped.
relevant: ${feature_count}>0 (This is a count of the features that the lat/long numbers are being pulled from)
Bind::esri:parameters: calculationMode=always