Check box if row becomes a child

Hi All. I am using a salesforce connector with one of my smartsheets. Because of a salesforce filter built into my connector if a Salesforce item is closed it will not flow to the sheet and therefor will error. These errors appear under a parent row. What I would like to do is if a row becomes a child I would like a box to automatically check off. This would then run an automation (which I have built) to move that row to an archive sheet. Currently we have to go in and check all the rows that are children and I would like to automate this. Any help is appreciated.
Best Answer
-
Try something like this as a column formula:
=IF(COUNT(ANCESTORS()) <> 0, 1)
Answers
-
Try something like this as a column formula:
=IF(COUNT(ANCESTORS()) <> 0, 1)
-
Thank you that worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!