Hi,
I created a workflow with a general variable with the value of 'A', then it enters in a do until that variable is set to 'X'
the switch takes that value of 'A' at the end of that branch it changes to 'B' if the condition is OK or changes to 'X' if is negative, when is set to 'B' doesn't changes the branch and keeps in loop in the same branch, there is a problem of using only 1 variable or the switch item/variable is working wrong?
Thanks!
Solved! Go to Solution.
If you look at your No branch you'll see that it says you are setting the value to exit the loop. Since Case 2 is inside the loop I wouldn't expect it to be reached if Case 1 is ever invoked. Check the value you are setting in the No Branch. It should be set to proceed to Case 2 not exit the loop.
Please post a screen shot of your Flow as that will make it much easier to assist.
i hope this helps
If you look at your No branch you'll see that it says you are setting the value to exit the loop. Since Case 2 is inside the loop I wouldn't expect it to be reached if Case 1 is ever invoked. Check the value you are setting in the No Branch. It should be set to proceed to Case 2 not exit the loop.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
37 | |
37 | |
32 | |
27 |
User | Count |
---|---|
39 | |
37 | |
31 | |
28 | |
23 |