Merge: Join parallel branches

logic_merge · logic · Logic & Flow · Available · v1.0.0

Description

Combine the outputs of N parallel upstream nodes into 1 single output. 4 strategies + concat-arrays option for multi-search patterns.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
strategy
Strategia di merge
enum
allconcat-arraysanyfirstlast
yesall• 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
sourceNodeIds
Source node IDs (CSV, opzionale)
stringno
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.
arrayProperty
Property name (solo per strategy=concat-arrays)
stringnoresults
results
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").

💡 Configuration example

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"
  }
}

🔗 Related nodes in the same category

Ready to use Merge: Join parallel branches?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes