Compare the value of fields

The Compare the value of fields condition is used to compare the values of two fields after an event is triggered. It checks whether the relationship between those values matches a selected operator — such as equal to, greater than, less than, or other comparison types. If the comparison evaluates to true, the linked action will be executed.

Properties and Explanation

1

Field Name

Select the field whose value you want to compare. This dropdown lets you choose any field available on the current page or context.

2

Condition

Choose the comparison operator to apply. Available options include Equal To, Not Equal To, Greater Than, Less Than, Greater Than or Equal To, and Less Than or Equal To.

3

Value

Enter the value you want to compare against. This can either be:

  • A hardcoded string or number

  • A reference to another field using the formula editor

Full Configuration Example

Suppose you want to check if a user’s first name entered in a form is "JOHN" — and only then show a personalized greeting. With this rule, when the page loads and the entered First Name is exactly "JOHN", the Greeting_Message_Block will be shown to the user.

Last updated