Hi
I have an automation which is triggered by a checkbox field. The records in the table are recursive in nature with id->parent_id linkages. When I turn the checkbox on for a row it does some stuff and then turns that checkbox on for all the children records.
The question I have is - if I turn the checkbox on the topmost parent row on from another automation, will that "Update Record" action in that automation wait for all the triggers to fire in the recursive table or will it the "Update Record" action complete as soon as the topmost parent's checkbox is updated
Is there any way to wait till all the recursive actions are complete?
Thanks in advance for your answers