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