Hi,
I have working workflow with 10 steps. Now due to some reason i have to put a condition in between 2nd and 3rd step so that if condition is true flow should go on 3rd step onward and if condition is false it should jump to 8th step. When im putting an If condition between 2nd and 3rd step, both True and False branches are taking me to 3rd step itself. How could i change the flow so that False branch point to 8 th step.
could anybody please suggest.
Thank you