Is there a way to request sign-off/ approval for only certain rows in a sheet?
Alicia D
✭✭✭✭✭
I am trying to create an option where all of the rows under PressRoom Action Items require a sign off or approval. I tried to do automation for this but I couldn't find a way to make it just for those particular rows. Is there another way? I also thought about forms but it didn't seem to make sense for what I am doing. Thank you!
Answers
-
Hi @Alicia D,
I would add a helper column that is a checkbox with a formula like this:
=if(parent(Task@row) = "Pressroom Action Items", 1, 0)
This box will only check for rows that are beneath "Pressroom Action Items", allowing you to have a condition in automation that only runs if that helper column is checked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!