Field's value contain text is compared to

"Field Value Contain Text Compare" is a Condition in the Rule Panel that checks whether a specific field's value includes certain text that you define. It’s used to compare the input (or selected) value against a target string and perform actions only if that string is present.

Properties and Explanation

Here are the steps to follow in order to use the Field Value Contain Text Compare Condition:

1

Comma Separated Expression:

A property where you list the field names (separated by commas) in which your input text or condition should be checked or compared.

2

Contain Text:

This is where you enter the input text that needs to be compared against the specified fields. If the text matches, the associated action will be Performed.

3

Condition:

This property is used to define how a field value should be compared to a given input using logical operators such as equal to, not equal to, greater than, less than, or similar. Based on the selected condition, if the comparison evaluates to true, the defined action is executed.

4

Compared to Expression:

The Property define the value to be used for comparison against the selected field. It supports logical values—1 represents true (condition is met), and 0 represents false (condition is not met). When the field value matches the defined logic, the associated action is triggered accordingly.

Full Configuration Example

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

This screenshot shows the complete configuration of the Field Value Contain Text Compare Condition, including all relevant properties set up on the page.

This is a Promo Code page that includes a text input field named codeInput. A condition is set using Field Value Contain Text Compared, which checks if the entered value matches a specific promo code. If the condition is true, the action will be performed.

Last updated