Send an Email Reminder Notification Based on an Expiration Date using Power Automate
Introduction In this article, we are going to create an email reminder notification based on an expiration date using Power Automate. We will create a flow that’s run daily that reads & filters data from a SharePoint list that has list items that expire in the next 5 days. Then it will send an expiration notification email to a particular user. SharePoint List - "ProductSales" Columns Type Title Text ExpiryDate DateTime Let’s log in to Office.com with office 365 credentials. Go to the “Power Automate” tile and click on it. It will be redirected to Power Automate Page. Click on Create button from left navigation. Click on the scheduled flow tile. It will open the popup. Create Recurrence Flow Enter the flow name and select a specific time when we want to schedule this workflow. Then, click on the create button. It will ...