BASE64ENCODE Function: Difference between revisions
From Planfix
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=BASE64ENCODE Function | |title=BASE64ENCODE Function | ||
Line 17: | Line 16: | ||
== Go To == | == Go To == | ||
*[[Standard operators and Planfix functions]] | *[[Standard functions | Standard operators and Planfix functions]] |
Latest revision as of 07:47, 10 May 2024
The BASE64ENCODE() function returns a string encoded in Base64.
Format
BASE64ENCODE("string")
Example
Variable: BASE64ENCODE({{Task.Name}})
Answer: dGVzdCBpbnB1dA==