web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Delay Three Days then ...
Power Automate
Unanswered

Delay Three Days then Send Email

(0) ShareShare
ReportReport
Posted on by 5,331 Moderator

I have a flow that reads the 'Test_Date' (DateTime column) of an SP List, and if three days have passed the flow sends out an email.

Below is the 'Test_Date' column content from the SP List - In this example 6/2/2023 should initiate the email.
Phineas_2-1685989316004.png
Below are the flow components. The run did not generate an email. What am I missing? Do I need a compose to re-format the date?

 Phineas_3-1685989359365.png

 

Phineas_1-1685989235432.png

 

Categories:
I have the same question (0)
  • David_MA Profile Picture
    13,923 Super User 2026 Season 1 on at

    In my experience, date filters always take into account the time even if you have your field set to use the date only. If I wanted to get items created three days ago (June 2), I would use this filter query:

    David_MA_0-1685994546759.png

    The first expression used is:

     

    addDays(startOfDay(utcNow()),-3)

     

    and the second expression is:

     

    addDays(startOfDay(utcNow()),-2)

     

    See if that works for you. In a run I tested this, it returned the following. The top compose is the date difference between the Created and utcNow. The bottom compose is the value of the Created date.

    David_MA_1-1685994810010.png

    So if you use equals (eq), it never returns anything.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 286

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard