Hello all,
I have a Power Automate which starts with the trigger "When a item is created or modified"and just includes an "Update item" action .
If I now create or change a single item, the flow runs for every item in the list and I don´t know why.
When I choose "When a item is created" it just runs on the created item.
Does anybody knows why?
Solved! Go to Solution.
Hi @Chriss1982,
The issue is caused the Flow is caught in an infinite loop. If an item is created or modified, it will update the item, then it will trigger the next run, then it will update the item again, then it will trigger the next run, etc.
If you changed the trigger to "When an item is created", the Flow will trigger only when an item is created.
There is a blog about how to solve it, you could refer to it:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Chriss1982,
The issue is caused the Flow is caught in an infinite loop. If an item is created or modified, it will update the item, then it will trigger the next run, then it will update the item again, then it will trigger the next run, etc.
If you changed the trigger to "When an item is created", the Flow will trigger only when an item is created.
There is a blog about how to solve it, you could refer to it:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is an issue with your platform not the end users flow. Funny how SharePoint 2010 and 2013 can handle this without issue but Flow cant...
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |