I would like to know how to get the outcome in the wait for an approval by not moving the whole flow in to it?
thanks in advance.
What's the reasoning behind having Approvals within the loop?
The current design implies that the other stakeholders won't receive the approval task unless the current individual approves or rejects it.
If you store the Outcome within the loop in a variable, it will hold the value of the last approval, which doesn't seem to be what you want. Correct?