I need to be able to run just a single Formula in my Parent when I add, delete, or modify a Child
I’ve search around, most answer point to a set of ACTIONS, one precisely mentiones creating a virtual collumn called “recalculate” and put the data to be changed in there, then trigger the action to the “Save” button of the child form.
All good but in “Set these collumns” the Virtual Collumn I just created is missing, I’ve tried to change the type of data from NUMBER to TEXT, nothing.
If the parent column containing the App formula is a virtual column and the child row in fact references the parent row, any change to a column of the child row should automatically prompt the virtual columns of the parent to recalculate.
I know I’ve seen this question asked here somewhere already.
There’s lots of different ways, both simple and complicated to do this.
What you would need is a an action on the child, which also triggers a change in the related Parent (whatever change that is).
That’s the only way to recalculate the formula in the Parent.
Try a Group Action containing two more actions: 1) Execute Action on a sequence of rows (pointing to the records in the parent), 2) A set the value of some columns in this row (which runs on the parent, changing something [a date modified or a counter maybe?]).