Automation Condition overlooked with before / after values to trigger email workflow

I have a workflow rule that should only email a specific group when 1 of 4 values change.

The logic is this:
OR(
[_THISROW_BEFORE].[A]<>[_THISROW].[A],
[_THISROW_BEFORE].[B]<>[_THISROW].[B],
[_THISROW_BEFORE].[C]<>[_THISROW].[C],
[_THISROW_BEFORE].[D]<>[_THISROW].[D])

The problem is, anytime the table has a data change, it ignores the condition and sends users unwanted emails.

Iโ€™ve tried [_thisrowafter]; also with no luck. I have 3 other Automation bots in the same app, and they seem to work fine.

Lastly, i have similar logic in the Old โ€œBehavior > Workflowโ€ area that is working fine, using the sameโ€ฆ

OR โ€ฆ old value <> new/current value

approach

any ideas?

0 6 471
6 REPLIES 6
Top Labels in this Space