Nov 11, 2021 11:15 AM
Lets say we have 10 tasks assigned to 10 people, which are meant to do the tasks in order. When Person 1 finishes his/her task, I want to send a notification to the person 2 that Person 1 is finished and his/her task2 is ready and waiting for him.
The difficulty I am facing is that the automation is within the same row.
For example:
Buy Vegetables Person A Done
Wash Vegetables Person B To Do
Cut Vegetables Person C To Do
When Person A clicks on Done, Person B should receive an email that his task is waiting. Since these inputs are not in the same row, I am facing toubles with the trigger and action.
Nov 11, 2021 11:51 AM
Try adding a Link Record field for {Previous Task}
. That way you could have a Lookup field called {Previous Task's Status}
to pull in the item from the {Previous Task}
's {Status}
field.
Now you can set your Automation to trigger when {Previous Tasks's Status}
= “Done”
Jun 10, 2022 01:27 PM
I have the same issue the the original post, but I do not understand your answer. Would this be different than adding a Blocked By linked record, or could I use that?