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?
User | Count |
---|---|
33 | |
11 | |
3 | |
2 | |
2 |