decode

This block is part of the value group and was last modified in core v9.3.13.

decode v9.3.13

Decode a Base64 value into a raw value.

In pins 1
  • Encoded required
    value

    Base64 value to decode into a raw value.

Out pins 1
  • Raw
    value

    The raw value decoded from the Base64 input.

Decodes STANDARD Base64, falling back to the URL-safe alphabet when that fails. When both decodes fail, or the encoded pin is not wired, NO output is written at all - raw stays unset rather than emitting an error or empty string.

A typical wiring for decode: value feeds the encoded pin; the raw out pin feeds convert to uppercase.

Studio canvas example for the decode block: typical wiring for decode.

Version history

Introduced in v9.3.13.


Back to value Return to the main group to view all sub-groups Back to base64 Return to the group to view all blocks within this group