Formatting Text

Allows you to change a given text. In the following examples, we assume the output “trigger.value” is “Hello World”.

substring(text, from, to)

This function allows you to crop any text. The function accepts three parameters: The text to crop, from which character, and to which character.

uppercase(text)

lowercase(text)

Last updated