Is it possible to have workflow condition exp...

Is it possible to have workflow condition expression to only fire if [ColumnA] is the column being changed by the update?

0 5 374
5 REPLIES 5

@Aleksi_Alkio Would the following, then, be equivalent to your suggestion?

AND(ISNOTBLANK([ColA]),[_THISROW_BEFORE].[ColA]<>[ColA])

AND(ISNOTBLANK([ColA]),[_THISROW_BEFORE].[ColA]<>[_THISROW_AFTER].[ColA])

@Aleksi_Alkio Does the bare [ColA] refer to the before value, or the after?

As normallyโ€ฆ after.

Havenโ€™t tested. @Philip_Garrett_Appsh has the answer right away.

Top Labels in this Space