Left
This Flow Script tutorial explains how to use the Left function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Left("hello world", 2)
Result: he
Left("hello world", 7)
Result: hello wLast updated
Was this helpful?