Trigger flow on specific column modification in SharePoint- Adding trigger conditions-Power Automate
In this blog post, I would like to share you a method on how to trigger flows only on specific column modification in SharePoint.
Recently, there has been a new addition to the SharePoint trigger actions in power automate, namely trigger conditions using these we can specify conditions and the flow will trigger only when the specified condition is met.
Consider a scenario where I want my flow to trigger only when the value in name column is "test", In flow I will specify the trigger condition as if name equals test and save it. Now the flow will trigger only when the condition is met.
If the condition is not met, the flow will not trigger and you will not be able to see any run for the same.
Benefits of using this approach
- Reduced number of API calls from Power Automate
- Minimizing the flow runs for better flow performance
Specifying trigger conditions in Power Automate.
Let's consider the scenario shared above and we will try to implement a trigger condition for the same.
Comments
-
Trigger flow on specific column modification in SharePoint- Adding trigger conditions-Power Automate
What did you try? Change the value of a column after the first value of the column triggers a flow?
-
Trigger flow on specific column modification in SharePoint- Adding trigger conditions-Power Automate
I tried this exactly and it does not work.
-
Trigger flow on specific column modification in SharePoint- Adding trigger conditions-Power Automate
right - because the trigger condition is also "true" in this case ... my solution (the only solution for now) is to change the column after the trigger "back" to another value ... https://powerusers.microsoft.com/t5/Building-Flows/Trigger-Workflow-only-on-one-Sharepoint-list-column-entry/m-p/2037654
-
Trigger flow on specific column modification in SharePoint- Adding trigger conditions-Power Automate
Hello,
I follow your advices but when I modified an other column the trigger start again and again.
*This post is locked for comments