Lower
This Flow Script tutorial explains how to use the Lower function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Lower("HELLO WORLD")
Result: hello world
Lower("Hello World")
Result: hello worldLast updated
Was this helpful?