EdgazeDocsEdgaze Docs
DocumentationAPI Reference
Home
Core
Workflow InputWorkflow FormWorkflow OutputMergeMerge ObjectsTemplateMap
AI
LLM ChatLLM ImageLLM Embeddings
Logic & integration
HTTP RequestWeb ScrapeYouTube TranscriptJSON ParseConditionDelayLoopRun Another Workflow (Remix)

Platform status

Checking platform status
Block reference

Merge

Combine several upstream values into one payload for the next step.

Audience

Creators building and publishing workflows.

Overview#

Merge joins multiple data streams before a single downstream block runs. It is the compact way to feed several answers or branches into one prompt, model call, or output.

Common pattern: several Workflow Input blocks → Merge → one LLM Chat block.

Merge

Press enter or space to select a node. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

Ports#

  • Inputs: in-1 through in-10: The canvas shows the configured number of numbered inputs (three by default). Each port accepts one connection.
  • Output: out (Data): The combined value passed downstream. Older saved handles are normalized at load and execution boundaries.

Inspector#

Choose 2 to 10 visible input ports and one mode: concatenate text, ordered array, shallow object merge, or first non-empty. Existing Merge blocks default to three inputs and text mode.

Tips#

  • Connect inputs that belong together semantically, not unrelated leftovers.
  • If the graph is hard to read, split merging into stages instead of one crowded merge.
  • Use Merge when several cues should feed one prompt, not as a catch-all for messy wiring.
  • Label upstream blocks clearly so merged data stays easy to reason about.

Related#

  • Workflow Studio

Was this useful?

Your response helps us improve the documentation.

More blocks

Workflow Input

Ask the customer one clear question and turn their answer into data your workflow can use.

Workflow Form

Collect several run-modal fields in one grouped form, each with a stable key for downstream steps.

Workflow Output

Define what the customer receives when the workflow finishes.

On this page
OverviewPortsInspectorTipsRelated
© 2026 Edge Platforms, Inc. All rights reserved.