get

This block is part of the files group and was last modified in core v11.3.0.

get v11.3.0

In pins 1 + flow
  • flow
    flow
  • model required
    value
Out pins 1 + flow
  • flow
    flow
  • Files
    file

Reads the files uploaded under the given form validation id and model from the run's shared state, outputting a files array with base64 data and a content type guessed from the filename. The read CONSUMES the form's file fields : the shared-state entries are removed afterwards, so a second get for the same form finds nothing. When no file was uploaded for the model the block outputs nothing at all (the files pin is never set).

A typical wiring for get: a function trigger starts the flow; value feeds the form pin; value feeds the model pin; the flow out pin feeds debug.

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

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v11.3.0.


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