BASE64ENCODE Function
From Planfix
The BASE64ENCODE() function returns a string encoded in Base64.
Format
BASE64ENCODE("string")
Example
Variable: BASE64ENCODE({{Task.Name}})
Answer: dGVzdCBpbnB1dA==
The BASE64ENCODE() function returns a string encoded in Base64.
BASE64ENCODE("string")
Variable: BASE64ENCODE({{Task.Name}})
Answer: dGVzdCBpbnB1dA==