@Jayneel12 You can customize the automation to suit your needs—just depends on what your requirements are. Is it necessary to display the number of days in your list because you need to actually see this number?
Or, do you want to build an automation based on when the due date of an item is. I have a tutorial that covers how to send an email notification based on a date column in SharePoint: Send Emails Based on a 📆 Date Column in SharePoint with Microsoft Power Automate
You can customize the flow to suit your requirements. If you'd prefer to send a Teams message—replace the Send an Email action with a Post a Message in a Chat or Channel action.
In this Microsoft Power Automate tutorial, I’ll show you how to build a flow that will send a Happy Birthday email to a user based on a date column in a SharePoint list. The SharePoint list also contains a column with a Manager’s name which we’ll use to send a three-day and day of reminder to the user’s manager.
This automation will use the Filter Array action to filter out all SharePoint list items where the user’s birthday is today
or in three days. This flow can apply to a variety of scenarios such as:
📅 Student Birthdays
📅 Project Due Dates
📅 Contract/Membership Renewals
📅 License Expirations
📅 Client Anniversaries
IN THIS VIDEO:
✅ How to Send an Email based on a Date Column in SharePoint
✅ Using the Recurrence Trigger in Power Automate
✅How to Use the Filter Array Action with multiple conditions
✅ How to Get Dynamic Content from a Filter Array Action
✅How to Get a Date Three Days from Today
✅ How to Create a Dynamic Date Based on utcNow()
✅ How to Return a Count of Items
✅ How to initialize and set a variable
✅ How to use the Send an Email (V2) action
✅ How to send test emails
Hope this helps!