I have built a Task Management Sheet (see image)
When ticks "Done", I have trigger a workflow approval to another user.
If "Declined" I want to set the "Done" field to UNCHECKED
To achieve this I put this in the Done Field =IF([Creator Decision]7 = "Declined", 0, 1)
The problem is that when the checkbox get "ticked" the formula gets lost. Is there another way to do this?
Also see short video I explained it here also..