Skip to main content
September 13, 2022
Question

Configure Or event in process model, validate multiple if conditions

  • September 13, 2022
  • 1 reply
  • 0 views

I want to set up configure or flow to process multiple if conditions. 

If(condition= true and condition2=true), true, false) 

Takes a specific path if condition is true. Wanted to know if it was possible

1 reply

mikes0011
Brainy
September 13, 2022

Yes, you can define whatever functionality you want in the condition fields of an XOR gateway.  Any expression that ultimately evaluates to TRUE or FALSE is subject to be used in the XOR output path expressions, and they're evaluated in order.  In these, you can combine any other logic you want, using expression logic including but not limited to or(), and(), if(), etc.