BASE64ENCODE Function

From Planfix
Revision as of 15:01, 7 February 2024 by Dmitri (talk | contribs) (→‎Go To)
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