Forum Discussion

JFM_12's avatar
JFM_12
Iron Contributor
Oct 02, 2023
Solved

Triggering flow when column in SharePoint List is edited

Hello I want to create a flow that runs when information in a column of a SharePoint List is updated There is an action called "When an item is created or modified". But is there an action that spe...
  • ganeshsanap's avatar
    Oct 06, 2023

    JFM_12 

     

    There is no dedicated trigger for SharePoint list column changes. Also, you cannot check if the column value is changed or not directly using the trigger conditions.

     

    Hence, you will have to let the flow run and then inside the flow check if column value is changed or not using "Condition" action. Based on the condition, you continue the flow if column value is changed or terminate the flow.

     

    You can check if the column value is changed or not by following my answer at: Conditionally trigger flow based on the previous value stored in the column - link to detailed blog & video by April Dunnam provided here


    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.

Resources