NovalinkIn dev

Node reference

Merge node: join branches

merge · Updated September 17, 2026

When branches rejoin, route them into a Merge. It waits until every incoming edge is either fired or dead, then continues with whatever arrived.

When to use it

After an If or Switch, so the rest of the workflow runs once regardless of which branch ran.

Ports

Inputs
in
Outputs
out

Configuration

modemode
first_available | append | object · default "first_available"

Output

  • first_available (default): the first value that is not null.
  • append: a list of every incoming value.
  • object: an object keyed by the id of the node each value came from.

Build it on the canvas

Create a free account and run your first workflow in the browser, or run Novalink on your own machine.