We have a workflow where we want multiple users to be able to edit the same dataset in ArcGIS Pro (due to certain functionality needs to be Pro and not AGOL). So we've got a Hosted Feature Layer in AGOL that users bring in to Pro to do their editing.
The issue is that we want some attribute rules to apply to the data, e.g. to automatically calculate the Area_ha field.
If it was a GDB we'd be able to set up attribute rules. If the editing was done in AGOL we'd be able to use Arcade expressions using smart forms etc. We'd like the calculation to be pretty instant so scheduling a geoprocessing tool, or running a Notebook overnight, won't really work.
Are there any other options that I'm missing here?
Closest to real-time is the webhooks feature.