BASE64ENCODE Function

From Planfix
Jump to: navigation, search

The BASE64ENCODE() function returns a string encoded in Base64.

Format

BASE64ENCODE("string")

Example

Variable: BASE64ENCODE({{Task.Name}})

Answer: dGVzdCBpbnB1dA==

Go To