I have a simple calculation attribute rule which calculates the area for the CalculatedArea field, set to trigger on insert and update.
Area($feature, "acres")
When performing a split on a selected parcel, one of the new polygons gets the CalculatedArea field updated the other still retains the original CalculatedArea value prior to the split. I have to make an edit to some other field to force the CalculatedArea to field to show the updated value based on the split. How do I get the CalculatedArea field to update both polygons once the edit (split) is made?
This is run on a feature service.