Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Condition Expression: Modified < 30 seconds

(0) ShareShare
ReportReport
Posted on by 4

I need to create a condition that will do this:

If modified (the system field from a SharePoint list) < 30 seconds compare to current time, termiate the flow;

Else email user

 

I am stuck on writing the expression in the Condition. Any help would be greatly appreciated. 

  • iuchinglun Profile Picture
    4 on at
    Re: Condition Expression: Modified < 30 seconds

    Thank you. It works!

  • Verified answer
    MattWeston365 Profile Picture
    1,701 on at
    Re: Condition Expression: Modified < 30 seconds

    Hi @iuchinglun this should do the trick

     

    If

    addSeconds(triggerBody()?['Modified'],30)
    is greater than or equal to
    utcNow()
    Then do your True actions
    Else do your False actions
     
    I have used the expression "addSeconds" which will allow me to take a datetime and add a number of seconds to it. It takes the format:
    addSeconds(DATETIME, NUMBER OF SECONDS)
     
    I have then just used utcNow() to get the current datetime stamp
     
    It might be worth considering that sometimes, especially when under load, Flow may take longer than 30 seconds to actually fire. But for now that should get you going.

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