I have a simple polygon feature class with one Area field (Double). I have added an Arcade Attribute Rule to calculate area when creating and updating.
Round (Area($feature, 'Acre'),1)
There is no error message when adding the rule, however when I go to create the polygon I see the field area is not populated with acres.
What am I missing?
Thank you.