Text: Starts With
Test whether a string begins with a given prefix. The prefix can be supplied
either statically via the Prefix parameter or dynamically via the prefix
input. The connector wins when both are set.
Example
Prefix: "abc"
Input: "abcdef" → Output: true
Input: "xyzabc" → Output: false
Parameters
Prefix
Static prefix to fall back to when the prefix input connector is
unwired. Unset and unwired input fails the step.
Input
String—REQUIRED
Text to test.
Prefix
Optional prefix — overrides the Prefix parameter when wired.
Output
Result
true if the input starts with the prefix, false otherwise.