Syntax LSTRIP(text)Examples Example 1Input{ "my_action": { "message": " Hello World! " } }FormulaLSTRIP(my_action.message)Output"Hello World! "