Import / Export Flow
Tutorial credits: https://nodered.org/docs/user-guide/editor/workspace/import-export
Last updated
Tutorial credits: https://nodered.org/docs/user-guide/editor/workspace/import-export
Last updated
It is sometimes useful to reuse a piece of code you or someone else wrote. For that flows can be imported and exported from the editor using their JSON format, making it very easy to share flows with others
The Import dialog can be used to import a flow by the following methods:
pasting in the flow JSON directly,
uploading a flow JSON file,
browsing the local flow library,
browsing the example flows provided by installed nodes.
In all cases, the dialog offers the option to import the nodes into the current flow, or to create a new flow for them.
Importing json file
Reference
Key shortcut
Ctrl/⌘-e
Menu option
Export
Action
core:show-export-dialog
Reference
Key shortcut
Ctrl/⌘-i
Menu option
Import
Action
core:show-import-dialog