Hi!
So In the Advanced Formula Handbook, it looks like there's a formula that if implemented correctly, we can match it with an automation to notify someone that once a dependent task is completed, you can notify the assigner of the next task that it's ready to start. Has anyone had any success with doing this?
"Your sheet needs:
— Rownum text/number column formula:
MATCH([Row ID]@row, [Row ID]:[Row ID], 0))
— Successors multiselect column formula:
JOIN(SUCCESSORS(Rownum@row), CHAR(10))
This formula can be used to trigger an automation when dependent tasks are completed, letting the assigned person know that they can start their task."