Forum Discussion
halbot
Feb 05, 2022Brass Contributor
Start and wait for approval does nothing inside apply to each
Can anyone help me figure out what is going on here? I need a flow that will count the number of approvers, and if over 3 people approve, then I will mark the item (in a sharepoint list) as appro...
Donal McCarthy
Feb 07, 2022Brass Contributor
Not sure why you are using an Apply to Each?
If you concatenate your list of users into a single list of comma-separated emails addresses (like below), it will do the trick
Email address removed,Email address removed,Email address removed
If you concatenate your list of users into a single list of comma-separated emails addresses (like below), it will do the trick
Email address removed,Email address removed,Email address removed
G-BullMetal
May 28, 2023Copper Contributor
Donal McCarthy The issue here I think is that it is not one person must respond or everyone must respond, but that any 3 approvers from a list of more than 3 approvers must respond. Is there a way you know of to do this without individual approval responses from within an apply to each? That would help me enormously!