Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Building a flow for emailing expiry date notifications to a user

(0) ShareShare
ReportReport
Posted on by 16

Hi all ,  i need to make a flow which reads one column of an excel file called expiry dates. Whenever the training expiry date is reaching 30 days before it expires, it sends an email prompt to a user .  Thanks for the help in advance!

  • Limahhui Profile Picture
    16 on at
    Re: Building a flow for emailing expiry date notifications to a user

    Hi if i want to make it so that if my expiry date is coming 30 days or lesser from now, it will send an email . How can I do that. Also i couldnt find 'Get rows from a table' . 'Is get a row same' ? because i do not have the filter query. For 'Send an Email ' , How does it work ? because isnt "To" for the person that will receive the email? Thanks

  • Rhiassuring Profile Picture
    8,688 Super User 2025 Season 1 on at
    Re: Building a flow for emailing expiry date notifications to a user

    Hi there, 

     

    You'll need a daily recurrence for this.

    Your first action will be "Get Rows from a Table". Point the fields to your file, and the table within your file. Be sure to set Date / Time to ISO 8601 in the dropdown. In the filter query, make it ExpiryDate eq 'xxxxx', where "ExpiryDate" is the name of the column that holds your date, and "xxxxx" is an expression which is as follows: addDays(utcNow(),-30,'yyyy-MM-dd') 

    Then, "Send an Email" - and point the "To" at whatever column you hold that data in. It'll turn into an Apply to Each (but if there's only one entry for that date found, it will only send one; if there's multiple, it'll send multiple; if there's none, it'll send nothing.) 

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow