i need support to Step wise the details for powerautomate using autoreminder mail from excel date. Mail should be send before 10 days of due date and after 10 days of due date.
This is a basic outline based on the limited information you provided:
Create a scheduled flow that runs every day.
When the flow runs, use the list rows present in a table action for Excel.
Note, this will return a max of 256 rows. If with the filter query it needs to return more than that, you'll need to enable paging.
Add a filter query so it only pulls rows where the due date is 10 days before or 10 days after the current date.
Note, be sure to go into the advanced settings of the Excel action and set it to use the ISO8601 date format. Filter queries require this.
Then using an Apply to each action, add a send e-mail action and send the reminder.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.