hello, i need to build a flow that filters an excel table and sends an email for each distinct group in the table. Here's a generic example of what my excel table would look like.

Given this excel table I would need to send one email to customerA@email.com with each invoice listed and the same for each customer. The customers from this source will change daily. I previously created a flow that iterates through an excel online table and sends an email for each row. The difference is i want one email for each group with all it's rows. How can this be achieved with power automate? thanks