Is it possible to return the area of a new feature in acres to a field as the feature is being created? I've been trying to accomplish this with:
return round(AreaGeodetic($feature, 'acres'),2)
It doesn't return anything on feature creation or editing of an existing feature. Thanks for any help!
-Rich