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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!