Merge Node
Purpose: Combine data from multiple parallel paths Merge nodes wait for all incoming connections to complete, then combine their outputs.

- Input Handle
- Output Handles
Left Side - Multiple InputsAccepts multiple incoming connections from parallel paths.Functionality:
- Waits for all connected inputs to complete
- Receives data from each parallel branch
- Synchronizes parallel execution
- Multiple node outputs
- Parallel branch results
- Any data to merge
Merge nodes act as synchronization points in workflows. They wait for ALL incoming connections to complete before executing the merge operation and continuing.
- Object Merge
- Array Merge
- First Complete
Combine objects into single object
- Parallel API calls with combined results
- Multi-agent responses aggregation
- Redundant path execution (use fastest)
- Batch processing collection

