hex.decode Action

The hex.decode trigger action accepts a hexadecimal encoded string and converts it to a binary encoded string.

Action

On the Adding trigger page, under Binary, click and drag hex.decode 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 is taken if action executes successfully.

Form

Parameters

Name

Type

Required

Description

Input

String

Yes

The hexadecimal string to be converted.

Action variables

Name

Type

Description

Value

String

The object that is the result of decoding the input.