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