base64.encode action
This trigger action accepts a binary encoded string (ASCII or UTF8 encoded) and converts it to a base64 encoded string.
Action
To access the base64.encode trigger action:
On the Adding trigger page, under Binary, drag base64.encode to the canvas.
Canvas
When dragged onto the canvas, the appearance of the
action is a rectangle with two routing points.
The left routing point (red) is the failure route. This route will be taken if there is an error during execution.
The right routing point (green) is the success route. This route will be taken if action executes successfully.
Form
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
Input |
String |
Yes |
The binary string to be encoded. |
Action variables
Name |
Type |
Description |
---|---|---|
$(action.X.value) |
String |
The object that is the result of encoding the input. |