Syncing a table after editing a child table through detail view

I am trying to “bring current” a parent table after updating a child table.
I really just needs to happen one time a day, prior to a report being sent out.

Right now, sometimes the report comes back incomplete because the parent table doesn’t automatically sync when a child table is updated

Solved Solved
1 14 229
1 ACCEPTED SOLUTION

From the child row, you need to perform an action of type Data: execute an action on a set of rows with a referenced table of the parent table, referenced rows of LIST([parent-ref]) (where parent-ref is the name of the Ref column in the child row that refers to the parent), and a referenced action of that action you added to the parent table.

View solution in original post

14 REPLIES 14
Top Labels in this Space