What you can do
Upload and organise
Upload files, create folders, and move, rename or delete both.
Feed a workflow
Read a stored file into a run and pass it to a connector, or save a run’s output back.
Save from a conversation
Keep an attachment you sent to Miraxa, or something it produced, instead of losing it with the chat.
Share across workflows
One price list or template, referenced by every workflow that needs it, rather than a copy in each.
Using it from a workflow
The File Store node gives a workflow the same operations as the page: list, get, save, move, rename and delete, for files and folders. Files a workflow saves appear here immediately.File content never passes through the workflow history. A Get step outputs a small content reference, and the platform swaps the real bytes back in at the point they are used. That is what lets a run move a large file without carrying it through every step.
Limits and rules
- Storage counts against your plan’s quota. Files saved by workflows count the same as ones you upload.
- Directly executable file types are refused, whether uploaded by hand or written by a workflow.
- Name collisions are handled per save: keep both and add a number suffix, overwrite, or fail the step. Overwrite only removes the old file once the new one is safely stored.
- The File Store is per workspace. It is not shared across workspaces, and nothing in it is reachable from another one.
Related
- File Store node for the workflow operations and their outputs
- Operator Mode, which can read and write here while it works
- Miraxa for saving attachments out of a conversation