Hi,
I'm trying to build a flow where I have a sharepoint list called Inventory,
There I got 3 columns -
Item Name, Quantity, Minimum Quantity.
I built a flow triggered by recurrence, for every day.
I did manage to send an email but the problem is that I get an email for each and every item.

What I want is, to get 1 email once every day, that combines all the items that are equal or below the minimum quantity + the current quantity of each item and the minimum quantity of each item.
I'll be glad for some help,
Thanks!