Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Sent Email if [Created date time] or [Date Field] is greater than [x] days from sharepoint list

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I'd like to know how Sent Email if [Created date time] or [Date Field] is greater than [x] days from sharepoint list.

How currently I use my flow:

 

2020-10-01 09_02_05-Window.png

 

However I get error and I guess I don't have much experience with power automate.

 

2020-10-01 09_05_17-Window.png

And I'm using formula wrong.

Thank you.

  • sudharsan1985 Profile Picture
    1,325 on at
    Re: Sent Email if [Created date time] or [Date Field] is greater than [x] days from sharepoint list

    Hi @Anonymous 

    • You do not need to use Apply to each to check the condition. The same will affect the performance since you are retrieving all the items and then doing the filter instead, and you can use the Filter Query property in the Get Items action to return only the results that satisfy your condition.
    • Use the below code to calculate the date after 30 days.
    addDays(utcNow(), 30, 'yyyy-MM-dd')
    • Use the query below in the Filter Query.
    Created gt '<30 days code mentioned above>' OR [Date Field Internal Name] gt '<30 days code mentioned above>'

    Try the above, and it should work.

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1