Text Contains
Introduction
The "Text Contains" step checks whether a text variable contains a specified substring and returns Yes
if the condition is met. This step is useful for validating the presence of specific text within a variable.
Configuration
Variable: The text variable to be checked.
Value: The substring to look for within the variable.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the variable contains the specified substring.
Last updated