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
2
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