Merger
Category: Control
Merge multiple data streams into one
What this node does
- Array merge
- Object merge
- Deduplication
- Conflict resolution
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Merger under the Control category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Input 1 and Input 2 input port from an upstream node
- Optionally connect the Input 3 port if needed
- Connect the Merged Output output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Input 1 | any | ✓ | any data |
| Input 2 | any | ✓ | any data |
| Input 3 | any | Optional | any data |
Outputs
| Port | Type | Description |
|---|---|---|
| Merged Output | any | any data |
Configuration
Open the configuration dialog by double-clicking the Merger node on the canvas.
| Parameter | What to enter |
|---|---|
mergeStrategy | Configure mergeStrategy in the node settings |
deduplicateBy | Configure deduplicateBy in the node settings |
conflictResolution | Configure conflictResolution in the node settings |
When to use this node
- Combine patient data
- Merge parallel results
- Aggregate queries
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.