Select to view content in your preferred language

Damage Assessment Solution - auto populate USNG

216
1
Jump to solution
05-21-2024 06:39 PM
Labels (1)
PatrickIU
New Contributor

In configuring the latest version of the Damage Assessment solution, we would like to fill in the already available USNG field in hosted feature layers when users are performing data collection in both the Quick Capture project and the 2 surveys in Survey123 (individual assistance & public assistance) using the Living Atlas US National Grid feature service.  Does anyone know how to code this into the data field in QC and the XLS forms in Survey123 Connect?

0 Kudos
1 Solution

Accepted Solutions
JeffBaranyi
Esri Contributor

Hi @PatrickIU  Survey123 is where the validation is done in the Damage Assessment workflow.  In Survey123, you can use a PULLDATA function to automatically calculate this and persist the value in the field - pulldata("@geopoint",${location},"USNG").  There are more details in this post - https://community.esri.com/t5/arcgis-survey123-blog/working-with-usng-and-mgrs-in-survey123-for-arcg...

View solution in original post

1 Reply
JeffBaranyi
Esri Contributor

Hi @PatrickIU  Survey123 is where the validation is done in the Damage Assessment workflow.  In Survey123, you can use a PULLDATA function to automatically calculate this and persist the value in the field - pulldata("@geopoint",${location},"USNG").  There are more details in this post - https://community.esri.com/t5/arcgis-survey123-blog/working-with-usng-and-mgrs-in-survey123-for-arcg...