LOWER
Last updated
Was this helpful?
The LOWER function converts a text string into lowercase. Node references are also accepted as arguments.
lower(value:string)value - Required. A text string.
lower('INFORiver')Returns “inforiver".

Last updated
Was this helpful?
Was this helpful?