I want to trigger a workflow when a user updates a list item with a checkbox being changed from unchecked to checked. The approach I was taking was to set a conditional startup option where the previous value of the checkbox equals No and the current value of the chekbox equals Yes.
This works on all newly created items in the list, but I'm having trouble with existing items. For those, although the checkbox looks unchecked, its actual value is null. So the previous value of the checkbox doesn't "Equal" No, but it also doesn't "Not equal" No. It looks like Nintex Workflow doesn't allow me to look for a null value. I can only choose Equals or Not equals as the operator, and only Yes or No as the value.






