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
Discussion posts and replies are publicly visible
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.