Workflow on change

I would like my workflow to run only if one field is changed.
I have a Next Approver field and only when that field is changed I want my workflow to run.
There are instances where people add comments or make a change to the record and I donโ€™t need to notify anyone. If the Next approver field is not changed it will send to the current โ€œnext approverโ€ and they have already recโ€™d the email.

0 4 204
4 REPLIES 4

actually if I could add a call to a workflow in an action that would work, then I would only call the workflow if they take that action that changes the nextapprover.

You could use condition rule as AND(ISNOTBLANK([Next Approval]),[_THISROW_BEFORE].[Next Approval]<>[_THISROW_AFTER].[Next Approval]). This will send the email only when that columnโ€™s value is changed.

wouldnโ€™t I compare before to after?

Sorry, typo error. I updated the syntax.

Top Labels in this Space