Operator

Represent an operation used to combine two operands

Definition

An operator represents an action that combines two provided operands into a single result.

An operation involves:

  • Restrictions on the types and number of operands.
  • Restrictions on the type of the resulting value.

During the editing process, the builder may raise errors if these constraints are not met. Review the error messages to resolve these issues.

Examples

Condition on the trigger of a scenario. Must return a boolean

Condition on the trigger of a scenario. Must return a boolean

Filter inside a variable builder

Filter inside a variable builder

Nested operation used to provide a computed operand to the parent operation

Nested operation used to provide a computed operand to the parent operation


What’s Next

Explore specific data type operators