Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Send notification if a collumn is a certain value for a certain time

(0) ShareShare
ReportReport
Posted on by

Hi All !

 

I need a flow that sends an email to a predefined user when a collumn is a value for longer then two week. 

 

So when the value for collumn ""phase" is set to 2, the flow needs to send an email to this user if the collumn doesn't change into another value in two weeks. Does anyone knows the solution for this?

 

Thanks:D

 

Kindly regards,

 

Tex

  • Community Power Platform Member Profile Picture
    on at
    Re: Send notification if a collumn is a certain value for a certain time

    Hi v-LilyW-msft,

     

    What I was looking for is exactly this but then for a collumn in dataverse (model driven app). This has everything to do with my unclear description. 

     

    Since your solution corresponds exactly to the problem I described, I will definitely mark your response as the solution!

     

    Kindly regards, 

     

    Tex

     

     

  • Verified answer
    v-LilyW-msft Profile Picture
    on at
    Re: Send notification if a collumn is a certain value for a certain time

    Hi @Anonymous 

    Is your phase column of choice type?

    Do you want to trigger Flow when the value of phase is changed to 2, and then judge whether the phase column is changed to another value within 14 days?

    I set up a flow, you can refer to below screenshots to see if it helps.

    This is my test list.

    vLilyWmsft_0-1648001324314.png

    vLilyWmsft_1-1648001493081.png

    First determine whether Flow is triggered because the value of phase is changed to 2.

    vLilyWmsft_0-1648001479548.png

    vLilyWmsft_2-1648001532907.png

    vLilyWmsft_3-1648001552260.png

    vLilyWmsft_4-1648001615331.png

    Then add another Get changes for an item or a file (properties only) action to determine whether the value of phase has been modified within 14 days, apart from this modification.

    Expression1:

    addDays(utcNow(),-14,'yyyy-MM-ddTHH:mm:ssZ')

    Expression2:

    sub(int(triggerOutputs()?['body/{VersionNumber}']),1)

    vLilyWmsft_6-1648002144380.png

    vLilyWmsft_7-1648002255405.png

    If the value of Has Column Changed: phase is not equal to true, it means that it has not been changed then send an email.

    vLilyWmsft_10-1648002654195.png

    Hope the content above may help you.

    Best Regards

    If my reply helps, then please consider Accept it as the solution to help the other members find it more quickly.

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