You are here: Advanced > Expression Language

Expression Language

The Expression Language is a language that enables you to construct meaningful expressions that can be entered in different parts of the user interface.

The expressions can be of the following types:

  • A logical expression

  • A mathematical expression

  • An object property

  • A function call

You can define complex expressions made up of combinations of these types of expressions.

Note Expressions must be enclosed within brackets {} and preceded by a $. For example:

${entity.Owner.Id}

If you enter an expression that is not formulated properly, an error is generated.

Related Topics Link IconRelated Topics