How to trigger a SharePoint workflow by updating ONLY a value in a list item (approved, not approved)

sharepointworkflow

I am new to SharePoint but I learn quick.

I want to trigger a workflow only when a value is updated in a list item, but not everytime the item is changed. For example I have a column for approve/not approve and I want that to be the trigger not the other values in the item. So if anything else is changed the workflow will not start unless the 'approval' value is.

All help is appreciated!

Thanks,

Best Answer

You can do that in SharePoint Designer.

  • Open you site in SharePoint Designer
  • Click File New WorkFlow
  • Choose your List/Library
  • Add a Condition: Compare ListName Field (you can compare values in the field in your case your approve column)

Hope it helps.