Base64 Encode
Description
Updates a text variable by converting it to its base64 encoded equivalent.
Event Options
Variable
A text string you wish to base64 encode.
Type
Whether to use standard or url encoding.
Example
Variable
hello world
Type
standard
After running the event with the above options, the Variable option will be updated to aGVsbG8gd29ybGQ=.
Last updated