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

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Delay Three Days then Send Email

(0) ShareShare
ReportReport
Posted on by 5,323 Super User 2025 Season 2

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

 

I have the same question (0)
  • David_MA Profile Picture
    12,908 Super User 2025 Season 2 on at
    Re: Delay Three Days then Send Email

    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

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 532 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 461 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 256

Last 30 days Overall leaderboard