Heyy
I was building an approval flow and this would have to pass to a group of 3 people (3 emails) and anyone would approve. I put the intended emails but it gives an error and does not proceed with the approval.
The flow:
The error:
Is it possible for approval to pass through an array of emails? or just accept sending to a single email?
If you have an array of email addresses, then you can use join() formula to separate all email addresses with semicolon and pass those to approval action.
You can refer below link for join() fundamentals:
Power Automate Fundamentals # 40: Usage of Join Fu... - Power Platform Community (microsoft.com)
If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks