Hi @crugamba ,
Please refer to my below demo flow:

1. Recurrence trigger:

2. Get items action:

add filter query here:
Created gt 'expression'
For the expression part, please use below furmula:
addDays(startOfHour(utcNow()),-5)

4.Condition:

Expression:
length(outputs('Get_items')?['body/value'])
5.Create HTML table: select the value dynamic content like below snap

6. In the email to be sent, please just add the HTML table dynamic content:

Best Regards,
Hen Wang