Workflow not changing state (only when condition)

Hi there, @SlamDuncan… the short answer is don’t combine the actions into a single workflow event because both actions will attempt to run (and not necessarily in sequence), and that can cause conflicts. The way you have it with two workflow events (with an Only when condition on each event) is a good way to go.

Best…
Mike

1 Like