hex.encode Action
The hex.encode trigger action accepts a binary encoded string (ASCII or UTF8 encoded) and converts it to a hexadecimal encoded string.
Action
On the Adding trigger page, under Binary, click and drag hex.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 is taken if there is an error during execution.
The right routing point (green) is the success route. This route is taken if action executes successfully.
Form
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
Input |
String |
Yes |
The binary string to convert to hexadecimal. |
Action variables
Name |
Type |
Description |
---|---|---|
$(action.X.value) |
String |
The string that is the result of hexadecimal encloding the input object. |