I'm not sure what happened, flows which were working fine are now all of a sudden running 10+ times when triggered only once. Below are screenshots of what I've got. When a list item is updated in Sharepoint, it triggers the flow. Thought that perhaps adding the function for it to check if a list item with the same task assigned and if so, not creating another one.
Not sure if this is the issue though as when looking at the history, the flow is run several times. Not certain the reason it would be started several times when the update to the list item only occurred once.
Have been working on this for quite some time, any guidance is most welcome!
Solved! Go to Solution.
hi @jierna this kind of issues needs a Microsoft Support case, please you need to consider do it.
https://us.flow.microsoft.com/support/
There.
Proud to be a Flownaut!
Found a solution for this issue:
Ends up that there was a loop going with the "When an item is created or modified". To correct this, I added another column to the list with a yes/no field. When the flow is initiated for the first time, a "Condition" is run to check if the checkbox is marked "no". If it is, the flow runs. At the end of that initial flow, the item which triggered the flow is updated so that column is changed to "yes".
Once it attempts to run again, the "Condition" checks to see if the column is marked "no", as it is marked yes, it stops.
Hope this helps anyone else who runs into this issue.
hi @jierna this kind of issues needs a Microsoft Support case, please you need to consider do it.
https://us.flow.microsoft.com/support/
There.
Proud to be a Flownaut!
Thanks so much for your response. Will reach out to them, hopefully will be able to get the issues resolved.
@jierna you are welcome, please if you solve your problem consider to mark an answer as solution to guide others.
Proud to be a Flownaut!
Hi @jierna ,
If there is update item/Create item action in this flow? If yes, a loop will be generated and the error you encountered will occur.
Best Regards,
Found a solution for this issue:
Ends up that there was a loop going with the "When an item is created or modified". To correct this, I added another column to the list with a yes/no field. When the flow is initiated for the first time, a "Condition" is run to check if the checkbox is marked "no". If it is, the flow runs. At the end of that initial flow, the item which triggered the flow is updated so that column is changed to "yes".
Once it attempts to run again, the "Condition" checks to see if the column is marked "no", as it is marked yes, it stops.
Hope this helps anyone else who runs into this issue.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
77 | |
26 | |
20 | |
16 | |
15 |
User | Count |
---|---|
146 | |
44 | |
44 | |
33 | |
30 |