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 / My flow runs infinitely
Power Automate
Unanswered

My flow runs infinitely

(0) ShareShare
ReportReport
Posted on by 3
I have a flow that runs infinitely, I set a trigger condition that compare a a change in a column of type choices named "CUMPLEREQUISITOS", this is my trigger condition  : @not(equals(triggerBody()?['CUMPLEREQUISITOS'], triggerBody()?['CUMPLEREQUISITOS@odata.oldValue'])), but when  the flow runs I have an infinite loop, in the condition structure when is "true" uodate an item and send a teams message, see the next pictures. How can solve it? 
 
 
 
 
Captura de pantalla 2026-04-10 082642.png
Captura de pantalla 2026-04-10 082628.png
Categories:
I have the same question (0)
  • David_MA Profile Picture
    14,605 Super User 2026 Season 1 on at
    This is not a very reliable method as you have seen. If the value of triggerBody()?['CUMPLEREQUISITOS'] has never changed since the item was created, there is no old value. therefore, when your condition is checked it returns equals("Yes:, null). That means the two are not equal and your flow keeps triggering when you do the update.
     
    My brain is hurting trying to figure out the logic, but try something like this:
     
    @and(not(equals(triggerBody()?['CUMPLEREQUISITOS'], triggerBody()?['CUMPLEREQUISITOS@odata.oldValue'])), not(equals(triggerBody()?['CUMPLEREQUISITOS@odata.oldValue'], null)))
     
    This way the condition checks if there is an old value. I am not positive this will work, but give it a try,
  • AO-10041427-0 Profile Picture
    3 on at
    Hi. Thank's for your response!
     
    I tried, but It can´t work, Didn´t execute the trigger. 
     
    Could you me tell me what do you considered the best way to create a flow that detects a change on a specific column, then compare values and take a determination if is true or false. If te result is true send a kind of notification (E-mail, Teams messaage) about the change, before I tried to send notification from microsoft list with the rules. But when I modify the field to "Read items that were created by the user" to show only items created by the user, the rules option dissapears.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 801

#2
Valantis Profile Picture

Valantis 602

#3
Haque Profile Picture

Haque 581

Last 30 days Overall leaderboard