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…
I default the values to zero, so the left side should also have a value. I have similar logic in the old workflow, so I was wondering if it might have something to do with the new automation features. I’ll take another look and make sure it’s not the quirk and report back.
I’m not sure what the “x” does, but support was aware of the issue. I’m not sure if this will continue to work after the issue if fixed (I think it will).