Logical text condition
The text condition function is a logical function that returns true
if the condition is met, and false
otherwise.
Example
Condition: Starts with Hello
Input text: Hello World
Output: true
Parameters
Condition—REQUIRED
The condition to be fulfilled composed of an operator and a text value (for example: Contains some text).
Input
Text
The text to be evaluated by the condition.
Output
Boolean
The result of the condition (true of false).