Workflow to transfer Parent row and not Child rows
I have a workflow to transfer data from one sheet to another however I only need the parent row to transfer and not the child rows. How would I do this?
Answers
-
This isn't directly possible. What you can do as a workaround is setup an additional workflow in your destination sheet to move any child rows into a "trash" sheet.
-
@Carson Penticuff - how would I do that. When I select the workflow to move rows it doesn't give me an option to select all child rows from the source document
-
Hey @DeniseMetz
An alternative workaround is to add a helper to your original sheet that designates the Parent rows. Is it possible to add an additional column? (As is with most helper columns, this column could be hidden and/or slung all the way to the right of the sheet, out of the way)
If yes to adding the additional column, add a checkbox column. I named mine Parent Helper
=IF(COUNT(CHILDREN([your primary column]@row)>0, 1)
This looks to see if the current row has any children (aka count greater than zero). If it does, you will get a check mark, if not, the box will be blank.
In your current workflow that moves the row, add a condition that [Parent Helper] has to be checked. Of course this is only possible if you were able to add the helper column.
Would this work for you?
Kelly
-
Thank you @Kelly Moore, that works!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 142 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives