Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

stop infinite loop in Power Automate based on SharePoint list

(1) ShareShare
ReportReport
Posted on by 75
HI All,

 

I have a power automate flow that is based on SharePoint list. Please see picture below. When an item is created or modified, it will update item in SharePoint list. The flow does its job. However, it keeps running. Now, it is infinite loop.

 

Can you please help in stopping the loop?

 

Thank You

 
 
Categories:
  • Suggested answer
    David_MA Profile Picture
    11,767 Super User 2025 Season 1 on at
    stop infinite loop in Power Automate based on SharePoint list
    One way to solve this problem is to add a second trigger condition. Based on the image, I am guessing you're updating a field with the outcome of the approval? Is that field empty before the update? If so, add a trigger condition to only run when the field is empty. For example, @empty(triggerOutputs()?['body/ApprovalOutcome']). 
  • Suggested answer
    Michael E. Gernaey Profile Picture
    44,838 Super User 2025 Season 1 on at
    stop infinite loop in Power Automate based on SharePoint list
    Hi,
     
    The issue is, if you are updating the same List as you are Triggering on it will always do this.
     
    There is no way to stop it. Like none, because you are the one triggering it.
     
    The only way "stop" it and while I said there is none, I stick to that based on what you are doing.
     
    You would have to add a trigger condition to ONLY fire on Creates, not Modifications. 
     
    Do you need to trigger this Flow on update or just create? if its both you need to change what you are doing and split the data out into different lists

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