We have a workflow with the followingl rule critera: 1 AND (2 OR 3). The Product Manager now wants the workflow to fire if: 1 AND (2 OR 3) OR 1 AND (2 AND 3). Can I accomodate this logic in workflow? If so, how? Or do I need to move the process to process builder?
Thanks,
4 answers
If the criteria is set to 1 AND ( 2 OR 3)
then there is no need to change anything
1 AND ( 2 OR 3)
will tigger on all 3 conditions
Y-Y-N
Y-N-Y
Y-Y-Y