Export a flow as JSON#

Copy the whole flow to your clipboard to share it or paste it into a bug report.

An export copies the whole flow to your clipboard as JSON. Use it to share a flow, paste it into a bug report or keep a copy outside the app. To keep a copy inside the app instead, save the flow to a collection.

Open the Export Flow window#

Select the export icon on the canvas toolbar. The Export Flow window opens with the flow's JSON in a read-only editor.

What the JSON holds#

The JSON is the same snapshot as a saved flow: every block, the connections between them, their positions, any variables and the current view. The JSON is indented and readable, so you can scan it before you paste it elsewhere.

Copy the JSON#

Select Copy at the bottom of the window. The button confirms with a tick and reads "Copied" for a moment. The editor is read-only, so the export is a copy of the flow and never changes it.

Close the window#

Select the close icon at the top or Close at the bottom. Neither control copies anything.