For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conditions-Custom

The Custom condition category contains the following conditions:

Category
Type
Description

Custom

Composite

Definition of conditions to be executed in sequence

Expression

The Expression action executes a simple expression (javascript). The expression must return a boolean

Function

Executes a .Net custom function and returns a boolean result

Script

The Script field action executes a script (javascript). The script must return a boolean.

Last updated