Help with setting up automation
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."
Answers
-
Hi @rtaylor
Yes, you can set up an automation to notify the next task owner once the dependent tasks are done.
Just create a column with a unique row number using =MATCH([Row ID]@row, [Row ID]:[Row ID], 0), and another for successors with =JOIN(SUCCESSORS(Rownum@row), CHAR(10)). Then, use the checkbox formula from the screenshot to check if all predecessors are complete. Finally, set up an automation to notify the assignee when the box is checked.
Let me know if you would like help building this or anything else out.
Best,
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!