Hi,
If you set your flow to trigger when the Sharepoint list item is updated and then you update the Sharepoint list items in your Flow there is no way to stop this from happening. You could try changing the trigger when item is created and just update the item in the flow. This would stop it from triggering multiple times.
However if it needs to trigger when Sharepoint item is updated, there are a few things we can do. If you have set up fields to update when the approval is approved we could add a condition at the very beginning of the flow to check those fields and if they are blank to end the flow early.
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have set your Flow to only run when an item is created and it keeps triggering when you update the action within the flow, then that is not something that should be happening. can you take a screenshot of your flow?
Hello @BKGOUD
Please, have a look at this post by Serge Luca about State Machine Pattern: https://sergeluca.wordpress.com/2018/11/26/new-flow-state-machine-pattern-with-unlimited-running-tim...
I used and it works great for processes like the one you described.
Hope it helps!
Ferran
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
50 | |
43 | |
38 |
User | Count |
---|---|
91 | |
75 | |
74 | |
61 | |
44 |