I'm looking for ideas on how to 'tickle' a web map so the form calculations will fire. The kinds of calculations I have in mind include things like querying another layer in the map and importing data from a field in that layer when a new feature is created.
Currently (as far as I know) there's no way to enforce attribute rules on a feature service. Calculations can be configured in a form, which are stored in a web map. But if, say, the feature service was to be accessed in Pro and in a web map, only the features made in the web map would have their attributes calculated as desired. If a feature is created in Pro, the field won't be calculated. But if that feature is opened in the web map for editing the calculations happen.
Calculations could be made entirely in Python after the fact, but I am wondering if there's a technique to nudge the webmap to execute the calculations it already has stored.