Forum Discussion
SharePoint list item gets stuck after Update Item runs in PowerAutomate
MindeaLLC Can you show us the
- formula you used in power apps to update the column?
- expression you used in trigger conditions of power automate flow?
Also, check the run history of power automate flow to see how many times the flow is running after you change the column value to "Yes" every time using button click.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- MindeaLLCNov 05, 2022Iron Contributor
ganeshsanap thanks for your reply.
Below is the Patch code. Each time I run this, the SIR_Type and SIR_Status fields update in the SharePoint list. The FlowTrigger only updates occasionally. According to the Flow history, the Flow runs successfully one time when the FlowTrigger field gets updated to "Yes". If FlowTrigger remains "No", the Flow doesn't run.
Patch(SIR, varThisItem, ({SIR_Type: SIRType.Text, SIR_Status: SIRStatus.Text, FlowTrigger: "Yes"})
Here is the Trigger condition in the Flow:
@equals(triggerOutputs()?['body/FlowTrigger'],'Yes')