Hi @MS07,
Would you like to send an email with items that date match Today’s date?
Please check the following flow for a reference.
For testing, I added a Button trigger. Please just feel free change it to a Recurrence so that it can run per day.
Add the Excel action Get rows.
Add action Filter query and input the following code in advanced mode to filter out items that date match Today’s date:
@equals(formatDateTime(item()?['date'], 'yyyy-MM-dd'), utcNow('yyyy-MM-dd'))
Then add the action Select to select value from previous action. And map column name and date with the following code:
Name:
item()?['name']
Date:
item()?['date']
Add the action Create HTML table, select Output from the action Select.
Then send an email. Choose Output of HTML table in the Body field, and make sure enable Yes for the Is HTML field.
A screenshot for your reference:


The following docs could be helpful for you:
Action Select
Create HTML table
Please feel free post back if you need more help.
Best regards,
Mabel