I am having trouble with a workflow that I am building. Right now I have a nested “if” statement in my transition to stage, which worked with a single nested though I now have a double nested one. Before it was able to transition to the stage I wanted, but now it is going straight through to the “End of Workflow” stage, even when the conditions for it to transition to a different stage are met. It looks like this:
If (Current Item:Status equals Fluid – 1st Level Approved
and Current Item:Level of Approval Needed not equals 1st
Go to 2nd Level Approval – Fluid
Else
If Current Item:Level of Approval Needed equals 1st
and Current Item:Status equals Fluid – 1st Level Approved
Go to 1st Level Approval – DLC
Else
Go to End of Workflow
Any ideas? Status is Fluid – 1st Level Approved and Level of Approval Needed is 4th
Did you already have AND conditions before you added the new IF condition into the ELSE section?
What column types are Status and Level of Approval?