Problems with criteria triggering workflows
Example:
I create a workflow with the following:
Execute on: Create
Criteria:
AND
Subject doesn't contain test
OR
Subject doesn't contain example
Criteria pattern: (( 1 and 2 ) or 3 )
Action: Test alert
Problem:
Troubleshooting:
I tested with only one "Subject doesn't contain..." criteria at a time and it works properly. So, the issue is only when I have 2 criteria referencing the Subject field.
I tried changing the Criterian pattern to "1 and ( 2 or 3 )" but got the same problem.