Hi Community,
I have this warning message on infinite loop as shown below.
I want to update a column's value in SP list to update to Approve once the approver approves the request.
And the trigger has to be when an item is created or modified- how do i get around this?
Thanks
Solved! Go to Solution.
Add a condition jst after the trigger that checks to see if the status is "Approve" or add a trigger condition to keep it from firing unless the approval status is equal to one of the other approval column values. If that condition is true then terminate as successful.
Add a condition jst after the trigger that checks to see if the status is "Approve" or add a trigger condition to keep it from firing unless the approval status is equal to one of the other approval column values. If that condition is true then terminate as successful.
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 |
---|---|
70 | |
22 | |
17 | |
17 | |
13 |
User | Count |
---|---|
125 | |
34 | |
31 | |
28 | |
26 |