Hello @EspenRostad
We would like to know what you have tried to do already 🙂
Anyway, this sounds like you want to have a daily flow that reads your rows in the Excel file and based on the date in the Expiry column, will send out an email. Such a flow could consist of these actions:
- Recurrency trigger
- Get rows from Excel
- Filter the rows looking for the Expiry date equal today
- For each row from the filter, collect needed information in an array variable
- Send email with the collected information
Hope this helps you on the way towards a solution 🙂
Kind regards, John