Avoiding Power Automate Update Loops With Trigger Conditions
I recently needed to write a Flow in Power Automate that automatically updated a list item on SharePoint when that item was updated with particular conditions. The problem is that when you automatically update the list item, it triggers the Flow to run again, which updates the list item, which triggers the flow again. You end up with a never ending loop. I’ll walk through the use case, and how I solved this.
Read more “Avoiding Power Automate Update Loops With Trigger Conditions”