BASE64ENCODE Function: Difference between revisions
From Planfix
(→Go To) |
|||
Line 17: | Line 17: | ||
== Go To == | == Go To == | ||
*[[Standard operators and Planfix functions]] | *[[Standard functions | Standard operators and Planfix functions]] |
Revision as of 15:01, 7 February 2024
The BASE64ENCODE() function returns a string encoded in Base64.
Format
BASE64ENCODE("string")
Example
Variable: BASE64ENCODE({{Task.Name}})
Answer: dGVzdCBpbnB1dA==