Working on a web app that allows users to easy view, create & edit simple polygons. Is there a way to automatically calculate area on the fly and save it to the attribute table? I am using the smart edit widget and I can easily find the zip code for a given polygon and save it to the table, just want to do the same with the area.
The annoying thing is a I calculate the pop-up using arcade: Area(Geometry($feature), 'square-meters') But I can’t figure out how to save that value to the table.