Creating Automation to Log Specific Field Changes from One Sheet to Another?
Hello,
I have a large multi-year project tracker. We have a manual select Risk column, where users will select the field should they anticipate a risk for the deliverable in question. I want to create an automation where when "Risk" is selected an automation is created to copy the entire row to a new sheet where the risk will be logged forever even after the cell is unchecked.
*Note - I am trying to avoid pulling all child tasks over with the parent task, too.
Best Answer
-
@saranj You could build in a formula in your new sheet that identifies if it is a child/parent and if child to "Move a row" to a trash sheet. You can use a flag or text column
=IF(NOT(ISBLANK(PARENT(Primary@row))), "Child", "Parent") For a text Column
=IF(NOT(ISBLANK(PARENT(Primary@row))), 1, 0) For a flag Column
Answers
-
@saranj You can do that with an Automation, it should be the "copy a row" automation.
-
@Eric Law That feature didn’t quite work. It pulled the Risk but also all the child tasks below. I guess it makes sense if the parent is a risk then the children should be too.
although is there a way around that?
-
@saranj You could build in a formula in your new sheet that identifies if it is a child/parent and if child to "Move a row" to a trash sheet. You can use a flag or text column
=IF(NOT(ISBLANK(PARENT(Primary@row))), "Child", "Parent") For a text Column
=IF(NOT(ISBLANK(PARENT(Primary@row))), 1, 0) For a flag Column
-
Very helpful. Thanks @eric law!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives