Does the automation to change cell only work for a checkbox and not for a flag? Very Odd
I am trying to make an automation where if the due date is in the past to automatically flag the cell under the flagged column. However, it will only work if that option is a checkbox and not a flag. I am confused why that would be the case. Is this a problem for others too?
Answers
-
Hi @KevinHarrisCHT ,
I ran a test and confirm I received the same results. When I went back to the automation I found this.
Apparently, only an actual check mark is considered valid for the automation even though the column type is still "checkbox" and all the styles are handled the same in formulas. Very odd,
As a work around, you can use the following formula in the checkbox column and it will work with the flag.
=IF([Due Date]@row < TODAY(), 1)
Hope this helps.
Dave
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!