In this video, Nate Halliwell from Pragmatic Works shares a solution to a common issue faced by SharePoint users when working with Power Automate. The challenge is how to trigger a flow based only on the modification of a specific column in a SharePoint list, rather than running the flow every time any item is changed. Let’s walk through the steps to resolve this issue.
During a recent meeting with a client, Nate encountered a situation where a flow was triggering every time any item in a SharePoint list was modified. However, the client only wanted the flow to run when a specific column in the list was modified. This scenario is common when using flows to automate tasks like sending emails when the status of a request changes.
To address this challenge, Nate demonstrates how to set up a trigger in Power Automate to only run when a specific column, such as the status column, is modified.
After setting up the flow, Nate demonstrates how to test it. He manually creates a record in the SharePoint list and modifies the “Request Status” column. If the value in the “Request Status” column differs from the “Request Status Trigger” column, the flow triggers as expected.
Although this method works well, Nate mentions a potential issue with the flow creating an infinite loop if the “Request Status” column is continually updated. To prevent this, he adds a final step in the flow that ensures the two columns always match after the flow is executed.
By using a creative workaround with trigger conditions and a custom status column, Nate successfully demonstrates how to create a flow in Power Automate that only runs when a specific column in a SharePoint list changes. While this solution may not be as seamless as those available in Dataverse, it provides an effective method for SharePoint users to achieve the desired functionality without needing premium features.
Don't forget to check out the Pragmatic Works' on-demand learning platform for more insightful content and training sessions on Power Automate and other Microsoft applications. Be sure to subscribe to the Pragmatic Works YouTube channel to stay up-to-date on the latest tips and tricks.