
Announcements
Hello,
I am new to power automate so my knowledge is a little bit limited.
In one of my process flows, I have an option where approvers (3 or 4 of them) are selected manually by the individual submitting the request. The challenge that I am facing is that once the approval step is completed the condition gets a 'false' input which essentially prevents the flow from going to the next correct step (screenshots below). How can I get the condition to receive the correct outcome result from the previous steps.
Flow Test
The condition
It won't work the way you are doing it.
Form a string of approvers using the Append to string action.
Then, create a single approval step with the value of the string in the "To" field.
That way you can avoid the loop and your condition will satisfy.