Field Value Compare

"Field Value Compare" is a Condition which used in the rule panel to compare two values. It supports logical comparisons such as is equal to, not equal to, greater than, less than, greater than or equal to, and less than or equal to. The condition evaluates whether the field’s current value matches the specified criteria, and triggers the associated actions only if the condition is met.

Properties and Explanation

To make use of this event, these settings must be configured accordingly.

1

Value Expression:

The Value Expression Represents the first (left-hand side) value in the comparison. It can be a static value, formula, or a dynamic value from a data model—such as a number, text, or field reference—to be evaluated against the selected field.

The Value Expression utilizes the Formula Editor, See how the Formula Editor work.

2

Condition:

Defines the logic for comparing two values. We can choose from options like equal to, greater than, less than, or contains text to determine how the values should be evaluated.

3

Compared to Expression:

Represents the second (right-hand side) value in the comparison. Like the value expression, it can be a static value, formula, or dynamic data from a model used to evaluate the selected condition.

Full Configuration Example

Below is a screenshot of the Field Value is Compare Condition configuration, showing all properties set for the Value Expression, Condition and Compared to Expression:

This screenshot shows the complete configuration of the field value compare condition, including all relevant properties set up on the page.

A text input field with the ID Age takes the age value, and a condition checks if it is greater than or equal to 18. If the condition is true, the defined action (like showing a popup) is performed.

Last updated