Merge Node
Combine data from multiple branches. combineBySql is not supported — use combineByFields instead.
Written By pvdyck
Last updated 17 minutes ago
Merge Node
The Merge node combines items from two or more input branches into a single output.
Modes
Parameters (Combine by Matching Fields)
Parameters (Combine by Position)
Parameters (Choose Branch)
Limitations
- Combine by SQL is not supported -- The SQL-based merge mode relies on
alasql, which is incompatible with Cloudflare Workers. Use "Combine by Matching Fields" instead.
Tips
- Use Append to simply concatenate results from parallel branches
- Use Matching Fields for database-style joins between two API responses
- When inputs have uneven item counts, Position mode pairs what it can and optionally includes leftovers