BASE64ENCODE Function: Difference between revisions

From Planfix
Jump to: navigation, search
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==

Go To