Hi,
Im trying to create an approval flow. The goal is as follows:
- Collect team members (dynamic)
- Send approval request to each member
- Wait for 3 approvals (eg. 3 approvals out of 10 members)
- Do next action
The problem i have is that this is not an option in the "Start and wait for approval"-task and then the "logical" approach would be a foreach loop, but the "Apply to Each" hangs on the first item because it keeps waiting for a response. So as long as the first person in the list doesn't respond, the flow will not continue.
Is there any way to create a flow like this, where everyone gets an approval request and only 3 members need to respond?