get base64

This block is part of the files group and was last modified in core v10.4.28.

get base64 v10.4.28

Returns the base64 of the given file

In pins 1
  • file required
    file
Out pins 2
  • base64
    value
  • Data URL
    value

A typical wiring for get base64: move to public feeds the file pin; the base64_normal out pin feeds set custom field; the base64 out pin feeds if.

Studio canvas example for the get base64 block: typical wiring for get base64.

Commonly used with

In production blueprints, this block is most often wired together with:

  • set custom field: this block feeds into it.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • if: this block feeds into it. Conditional branching for values (if.. then.. else..). Selects which input value is passed through; it does not route flow.
  • move to public: feeds into this block. Moves the given files to a new public destination.
  • new object: this block feeds into it. Builds a new object filled with the given fields.

Version history

Introduced in v10.4.28.


Back to files Return to the main group to view all sub-groups Back to file encoding Return to the group to view all blocks within this group