Appearance
Importing and Exporting
Use import and export to back up flows, share them, or move them between environments.
Export a Flow
- Open the flow.
- Click the chevron next to Deploy.
- Click Export.
- Copy the JSON or download it as a
.jsonfile.
The export includes nodes, connections, positions, and node settings.
Import a Flow
- Click the chevron next to Deploy.
- Click Import.
- Paste flow JSON or upload a
.jsonfile. - Click Import Flow.
- Choose what to do with the imported flow.
Import Options
| Option | What it does |
|---|---|
| Create New Flow | Adds the imported flow as a separate flow. |
| Override Current Flow | Replaces the flow currently open in the editor. |
WARNING
Override Current Flow replaces the current nodes and connections. Export the current flow first if you may need to restore it.
Good Uses
- Back up a flow before a large edit.
- Share a working example with another staff member.
- Copy a flow pattern and modify it for another server feature.
- Restore a previous version when a manual backup exists.
