Hello everyone and @JamesTedrick !
I wanted to ask if this functionality is possible. So we have an initial parent table with demographics and related points that are created for every unique event.
Surveys are opened from the inbox where users can add a repeat to the parent demographics record, but they can also edit demographics if need be.
I want to be able to update the demographics of all the related points after each new repeat so that in post-ArcGIS processing, end users will not have to join two tables based of a ParentID field in order to get demographics.
Initially I had hidden fields that calculate demographics into the child points records each new repeat, but this can create issues for end users, as the demographics can change, so points that are children of the same parent can have different demographics.
I guess something similar to batch attribute rules functionality, except the calculation would be stored in the survey and be executed each time a new repeat is added and the demographics change.
Thank you for any input!