Condition Builder page
Use the Condition Builder page to build an inline condition. This page appears only in the
Condition Editor.
Build an expression in the Condition Builder as follows:
- Select Comparison Expression to build a comparison expression or select Unary Expression to build a unary expression.
- If you chose Comparison Expression, do the following:
- In the Operand field, enter the name of the operand you want to compare to a value. Alternatively, drag an item from the Variable Structures tab on the right to the Operand field.
- In the Value field, enter the value against which to compare the operand. Alternatively, drag item from the Variable Structures tab on the right to the Value field.
- Select a comparison operator from the Operator list.
- Go to step 4.
- If you chose Unary Expression, do the following:
- Select or deselect the Not check box to indicate whether to evaluate the expression as true or not true, that is, to specify whether the expression should be enclosed by not().
- Enter an expression in the text field, or construct it by dragging items from the Variable Structures tab on the right.
- Do either of the following:
- Click Add to add a new statement to the expression in the Condition Expression field.
- Select a statement in the Condition Expression field, then click Update to modify the statement.
- Click Test to test the expression in a running server, or click OK to insert the condition in the message flow.