Select to view content in your preferred language

How was the feature auto-population done in the Grant Tracker Solution?

192
1
Jump to solution
04-10-2025 01:11 PM
GaryWhite6
New Contributor

Hi all,

I'm trying to replicate the Grant Tracker Solution to build a similar application. In the demo video (linked below), they show how to enter tabular data, then use a Sidebar Instant App to filter by grant name and create a spatial feature in a hosted feature layer. During this process, some of the fields in the new feature are automatically populated.

Here’s the video, starting at the relevant section:
🔗 https://mediaspace.esri.com/media/1_0y2xav3s?kalturaStartTime=270

Does anyone know how this automatic field population was achieved?

Thanks in advance!

 

0 Kudos
1 Solution

Accepted Solutions
EmilyGeo
Esri Regular Contributor

You can use Form Builder (in Map Viewer or Field Maps Designer) to author forms with calculated expressions that automatically populate the form anytime you create or update a feature.

You'll need to know a little Arcade to accomplish this. You can find example expressions in the Help Doc or in ArcGIS Blog articles such as this one. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/from-the-smart-editor-to-smart-forms

View solution in original post

1 Reply
EmilyGeo
Esri Regular Contributor

You can use Form Builder (in Map Viewer or Field Maps Designer) to author forms with calculated expressions that automatically populate the form anytime you create or update a feature.

You'll need to know a little Arcade to accomplish this. You can find example expressions in the Help Doc or in ArcGIS Blog articles such as this one. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/from-the-smart-editor-to-smart-forms