Re: Start and Wait for an approval from all but condition coming back true without all responses
It looks like the "Apply to Each 5" is using the values from maybe an array of emails?
Like maybe the SharePoint List Item has a column called "StockHolder Emails" and in this column are a list of email addresses?
So you are using "Apply to Each 5" to each of those email address?
If so, that means the first loop of "Apply to Each 5" is going to a single email address. The first loop Start and Wait for an Approval is going to a single email.
Therefore, the second or third approver don't received an approval request until the first email address sends an approval.
I can't tell exactly what is going on, but I would think about what is happening with the Approval inside of an Apply to Each.
For example if you had a SharePoint List - Get Items and then used Apply to Each for each one of the items. Then you put an Approval inside of the apply to each that was start and wait for approval. The second item in the Get Items would not receive an Approval until the first item completed. The second item in the Apply to Each was waiting on the first loop/first item to complete.
Hopefully that makes sense. Just think if you are
- sending 1 approval to 1 person
- or sending 1 approval to multiple people at the same time
- or sending to a list of multiple people 1 approval to 1 person at a time in list order.