Forum Discussion
vassp1980
Jul 23, 2024Copper Contributor
Issues with a Power Automate flow running multiple times
Hello Guys, I have a power automate flow that does the following : - Triggers when a file is uploaded to a "Working documents" library. I have put a trigger condition whereby It triggers on...
Jon_Lake
Jul 29, 2024Brass Contributor
HI vassp1980 , if your trigger is 'on change' that can result in a Flow entering a perpetual loop. I suggest you add a 'yes/no' field and have your update action change it to 'yes'. Your trigger can then run, and any get items action which follows can use a query filter to exclude those items where the update field is 'yes'. You could then use a condition to evaluate the items returned and continue the Flow.