BASE64ENCODE Function

From Planfix
Revision as of 07:47, 10 May 2024 by Dmitri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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