I have an excel file with different Org codes in it within a column and I want to pull those out of the excel file and match it to a Sharepoint list with emails I have corresponding to each Org code.
This is working fine, except it's sending the email separately to each Org and I want it to send one email with the multiple emails for each Org in it.
This is my current flow:

I know it has something to do with my for each loops but not sure how to fix it.