Connecting flows using the link nodes
You can connect two flows indirectly to create flows across different tabs or to break a large flow into smaller ones.
- Open Node-RED.
- Add nodes to the workspace and connect them to flows.
- Add a link out node from the common category to the tab with the first flow.
- Connect the input of this link out node to the output of the last node of the first flow.
- Add a link in node from the common category to the tab with the second flow.
- Connect the output of this link in node to the input of the first node of the second flow.
- Double-click one of the link nodes to open the Edit node dialogue.
- Enable the check boxes of the link nodes you want to connect to. A link node can be connected to multiple nodes of the complementary type.
- Click Done to apply your changes.
- The link nodes connect the flow. Upon selecting a link node, dashed lines hint at the connection.