Conditional Statement

With the Conditional statement component you can direct a call to one of several exits. Each exit has its own condition(s).

The exits are evaluated in order, so the call is directed to the first one whose conditions are met. If no condition is met, the "No Match" exit is taken.