If String
If String
Tests if a string matches a specified value and triggers the corresponding output if it does.
Note: This element is intended for use within subflows to enable defining logic in input fields.
It is not recommended for use in regular flows.
Behavior
- Compares the input string against a given option.
- If the strings match, the corresponding output is triggered.
- If there is no match, the alternate output is called.
Outputs
- String matches – The input string matched the specified value.
- String does not match – The input string did not match.