Re: Send different emails with multi rows content
Hi @Kamacete
I forgot to tell you how to add a second condition. You need to go into "Advanced Mode" in the filter and then use the formula:
@and(equals(item()?['Email'], outputs('Compose')),equals(item()?['Avg'], '1'))
This will check 2 things:
1. If the email is the one we're parsing in this step of the loop.
2. If the Avg contains 1
You'll get something like this:

The end result works like this:

Can you please check if and let me know if you have any questions?
Cheers
Manuel
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.