Syntax BASE64_ENCODE(text)Examples Example 1Input{ "my_action": { "message": "hello world" } }FormulaBASE64_ENCODE(my_action.message)Output"aGVsbG8gd29ybGQ="