This guide explains how to import the repository examples, including db-nodes and fusion-scm-nodes, using the Node-RED editor.
- Open the Node-RED editor in your browser.
- Click the hamburger menu (top-right corner).
- Click Import.
- Choose Clipboard.
- Open the example
.jsonfile from this repository or copy the entire file and paste it into the text area. - Click Import.
- Open any DB node in the imported flow (Enqueue/Dequeue/SQL/Begin Transaction)
- Click the DB Connection dropdown
- Either select an existing DB Connection or click the pencil icon to configure a new one
- Use the Test Connection button to verify credentials before deploying
- Open any SCM node (Fusion Request/Create Asset/Create Meter Reading/SCM Lookup)
- Click the SCM Server dropdown
- Either select an existing SCM Server config or create one by clicking the pencil icon
- Deploy the flow (top-right Deploy button)
- Click the Inject node to trigger the flow
- View results in the Debug sidebar (click the bug icon)
For detailed field-by-field documentation on each node, see Node Reference.