Description
Combine the outputs of N parallel upstream nodes into 1 single output. 4 strategies + concat-arrays option for multi-search patterns.
logic_merge · logic · Logic & Flow · Available · v1.0.0
Combine the outputs of N parallel upstream nodes into 1 single output. 4 strategies + concat-arrays option for multi-search patterns.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
strategyStrategia di merge | enumallconcat-arraysanyfirstlast | yes | all | • all (default): output = { branches: {nodeId: output, ...} } • concat-arrays: estrae output.<arrayProperty>[] di ogni branch + concatena in 1 array unico (use case 3 search → 60 result) • any/first: prende il primo branch (idx più basso) • last: prende l'ultimo |
sourceNodeIdsSource node IDs (CSV, opzionale) | string | no | — search_yacht_it,search_distrib_eu,search_marina_med | CSV degli id dei nodi sorgente da combinare. Se vuoto, prende TUTTI i nodi precedentemente eseguiti (auto-discovery, OK per workflow lineari semplici). Riempire ESPLICITAMENTE per workflow con multi-branch complessi. |
arrayPropertyProperty name (solo per strategy=concat-arrays) | string | no | resultsresults | Nome del campo che contiene l'array da concatenare. Default "results" (matcha action_web_search.results). Cambialo se i tuoi nodi sorgente usano altro nome (es. "items", "rows"). |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-logic_merge-1",
"defId": "logic_merge",
"label": "Merge: Join parallel branches",
"config": {
"strategy": "all",
"arrayProperty": "results"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes