Skip to content

Importing & Exporting

Flows can be exported to JSON and imported from JSON, making it easy to share, back up, or transfer flows.

Exporting

  1. Click the chevron (▼) next to the Deploy button in the header.
  2. Click Export.
  3. The flow JSON is displayed in a modal.
  4. Click Copy to copy to clipboard, or Download to save as a .json file.

The exported JSON contains the complete flow definition including all nodes, edges, positions, and configurations.

Importing

  1. Click the chevron (▼) next to the Deploy button in the header.
  2. Click Import.
  3. Either:
    • Paste the flow JSON into the text area, or
    • Click Upload JSON File to select a .json file from your computer.
  4. Click Import Flow.
  5. 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.

Oasis Admin Editor Documentation