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