Workflow involving Check Box does not work

:unsure: I have a check checkbox workflow working fine, but uncheck the checkbox does not work
here is the screen shot. Could anybody tell me how to configure this?

I think that your condition will never happen, because if the default state of the check-box is empty and someone checks it, the first condition is not happening, only the second.

If the check-box is already checked and someone modify, the condition will be correct but your action is again to uncheck it.

Sorry if I miss understand you.

best regards

To check the box, I have different workflow to do that, but what I want is to uncheck the “already checked” checkbox, why the workflow above does not work, could you tell me how to modify the condition.

then you need to add one simple condition, if is checked, your action will be un check it.

best regards

No, it does not work, the logic of condition should be if the checkbox has any change, and it is changed to uncheck.
Have it succeeded any similar workflow, could you share a screen shot of your condition configuration for unchecking the box?

you’re right, when selecting “Equal to” Un checked it doesn’t work, if you select “Not Equal to” checked workd

I’m attaching you my test process that worked

best regards

1 Like

That’s smart, you are awesome!