BASE64ENCODE Function: Difference between revisions
From Planfix
(→Go To) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=BASE64ENCODE Function | |title=BASE64ENCODE Function | ||
Line 12: | Line 11: | ||
== Example == | == Example == | ||
Variable: BASE64ENCODE(<nowiki>{{Task | Variable: BASE64ENCODE(<nowiki>{{Task.Name}}</nowiki>) | ||
Answer: dGVzdCBpbnB1dA== | Answer: dGVzdCBpbnB1dA== | ||
== 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==