I am creating a Task Smartsheet.
The "Done" column is a checkbox field.
When "Done" is selected, an approval workflow is triggered.
If declined, I want the checkbox to become UNCHECKED, however I find that when doing this, I loose the formula that makes the checkbox to become unchecked therefore making the who process useless.
Any Ideas?
This is the formula i was using in the checkbox field
=IF([Creator Decision]7 = "Declined", 0, 1)