Appearance
Importing & Exporting
Flows can be exported to JSON and imported from JSON, making it easy to share, back up, or transfer flows.
Exporting
- Click the chevron (▼) next to the Deploy button in the header.
- Click Export.
- The flow JSON is displayed in a modal.
- Click Copy to copy to clipboard, or Download to save as a
.jsonfile.
The exported JSON contains the complete flow definition including all nodes, edges, positions, and configurations.
Importing
- Click the chevron (▼) next to the Deploy button in the header.
- Click Import.
- Either:
- Paste the flow JSON into the text area, or
- Click Upload JSON File to select a
.jsonfile from your computer.
- Click Import Flow.
- Choose whether to:
- Create New Flow — Imports as a brand new flow alongside your existing ones.
- Override Current Flow — Replaces the currently open flow with the imported data.
WARNING
Overriding the current flow cannot be undone. Make sure to export or save your current flow first if needed.
