BASE64ENCODE Function: Difference between revisions
From Planfix
(→Go To) |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=BASE64ENCODE Function | |title=BASE64ENCODE Function |
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==