Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Flow is running to often -> false triggercondition?

(0) ShareShare
ReportReport
Posted on by 96

Hello everyone,
I have created a flow, which should only run, when the item has the values "Lost" or "Closed" in the States column of my sharepointlist. And when the flow starts it should make a timestamp in a column in my sharepointlist. This works but I have the following problem.
For my flow I am using this trigger: 

User3048_0-1700722978356.png

and this is the Triggercondition of this Trigger: @Anonymous(equals(triggerOutputs()?['body/States/Value'], 'Lost'), equals(triggerOutputs()?['body/States/Value'], 'Closed'))

The problem now is, that the flow runs nearly every minute, altough I dont modifie anything on the items or create any. Beacuse of this, the timestamp is changing everyday. For example yesterday was the timestamp 11/22/23 but today it changed the timestamp to 11/23/23 beacuse it runs. 
What is the problem? 

Thanks for your help

  • fchopo Profile Picture
    7,968 Super User 2025 Season 1 on at
    Re: Flow is running to often -> false triggercondition?

    Hi @User3048 

    As I understand, you want to trigger the workflow when status is Lost or Closed

    1) When Status is Lost/Closed ->Then Update timestamp.

    2) Workflow is triggered again because item was updated (timestamp) and Status is still Lost/Closed -> Update timestamp

    So you're in a recurring workflow... In order to avoid that, you should use conditions: Look at this excellent blog post by @tom_riha : How to avoid infinite trigger loop in Power Automate (tomriha.com)

    Hope it helps!

    Ferran

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