
Hello,
I am attempting to send a filtered list of data based on Account in sheet 1. I'd like to send that filtered data to a group of emails based on that unique account. In sheet two, I have a list of emails and the account associated.
The first tab of the sheet contains Account Data https://share.getcloudapp.com/L1u9ZngR
The 2nd tab looks like this with contacts https://share.getcloudapp.com/12uzZp1G
I have a flow that has the HTML Tables filtered for the account data. And I've composed that into an array. But how do I then grab the list of email addresses and send the correct table array to them? Perhaps create an array of emails and create a new object based on that? Any help is great!
You loop through one array and Filter the other array with the value of the current item.
Depending on whether and what you would like to group, you'll loop through one of the other array.