An Expression is composed of operands and operators.

Operands

In Integration Studio, an operand is a Literal. A Literal is a constant and can be strings, numbers, boolean values, etc. There are some rules about strings that you must be aware of:

"xpto ""123"" xpto1"

When editing the action parameters, entity attributes, or structure attributes you can use literals to define the default values.

Operators

The possible operators that can be used in an expression are:

Operator

Description

-

Numeric negation.

NOT

Logical negation.

/, *

Multiplicative operators.

-, +

Additive operators.

<, >, <=, >=

Relational operators.

=, <>

Equality operators.

AND

Logical AND.

OR

Logical OR.