Skip to main content
Hello,

 

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
  1. Jul 7, 2020, 7:43 PM
    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
0/9000