0

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

(Visited 206 times, 1 visits today)
Chanakya Jayabalan Answered question October 6, 2018
Add a Comment