Create a Scheduled Cloud Flow
Run the flow every day at 8:00 AM.
Get Items from SharePoint List
Use Get items action to retrieve list records.
Filter Items
Check if the SharePoint Date column equals yesterday's date (or today's date minus 1 day).
Example expression:
formatDateTime(addDays(utcNow(),-1),'yyyy-MM-dd')
Send Email
For each matching item, use Send an email to send the notification.
Alternative :
Create an automated flow that triggers when an item is created/modified.
Add a Delay Until action and set it to the item's date + 1 day at 08:00 AM.
Then use Send an email.
If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
Regards,
Riyaz