I’m want to fire a workflow with a conditional event, in this case when the value of a checkbox is changed. At first my workflow trigger was simply when the value of Checkbox isDone changed, and tried to handle the two states in the workflow chain.
That was problematic, so I created two workflow triggers (is this the right nomenclature?)—one for is checked and one for is not. I can’t help but thinking I’m missing something, but whatever.
The state of the checkbox is changed before the condition is evaluated, right?
Perhaps it’s just me, but that wasn’t immediately apparent.
If the text would read: “when Checkbox isDone’s value is changed and now This Checkbox isn’t checked” it would have been clearer for me.
/tf