save

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

save v10.4.28

In pins 3 + flow
  • flow
    flow
  • form required
    value
  • model required
    value
  • Path
    value

    Path where the file is stored. Default in the root of the files directory

Out pins 1 + flow
  • flow
    flow
  • File paths
    array

Moves the uploaded temp files of the given form field (model) into the entity's files directory under the optional path, and outputs the saved paths as an array of strings. Outputs an empty paths array when the form or model has no uploaded file. The original temp upload is consumed by the move.

A typical wiring for save: 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 save block: typical wiring for save.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


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