
Announcements
I am migrating from Nintex to Power Automate, and inside the Nintex i have this 4 branches inside Loop:-
now inside our Power Automate >> i added an Apply to Each >> but i am unable to define Parallel branches inside the Apply to Each any advice?
Thanks
As you have seen you can't define parallel branches inside an Apply to each loop. But what does the parallel branch in the Nintex workflow do? Is it some kind of conditional logic or a Switch statement? Those can both be used inside an apply to each. They provide parallel branches for processing to take, but only one branch is ever taken in a particular loop. There is no way to do actual concurrent parallel branches inside a loop in Power Automate.