Skip to main content
Node type: split_out · Version: 1 · Category: Data Expand an explicit array field into workflow items. This node is not marked with the catalogue’s generic side-effect flag. That classification is not a guarantee that every configured operation is read-only; review the concrete action and its destination.

When to use this node

  • Turn an explicit array field into workflow items.
  • Retain selected parent context and original array positions.

Example: Split API results

Expand response.body.results under item while keeping safe parent fields.
Example settings
This shows the important settings, not a complete exported node. Local paths must be selected, mapped from a trusted path, or covered by the runner’s approved boundary.
  1. Map or connect the response collection.
  2. Choose the exact array path.
  3. Test empty, missing and non-array fixtures separately.

Configuration

Workflow JSON

The editor stores this node with the following implemented default configuration:
Default node configuration
Values may be entered literally or mapped from an earlier compatible output when the inspector exposes a mapping control. See Variables and data mapping.

Inputs

Outputs

Execution behavior

  • Objects and strings are never treated as arrays.
  • Each child retains its parent and origin identity plus array position.
  • The editor catalogue declares output (array), rejected (array) for mapping. The execution inspector can contain additional evidence fields; inspect a real result before selecting nested paths from object or any outputs.

Common issues

  • An empty path means the input item itself must be an array.
  • Choose explicit failure, no-output or Rejected behavior for invalid inputs.

Where it can run

  • Desktop local runner
  • Paired self-hosted runner
  • Hosted runner

Test and inspect

Use Test node in the editor to preview this step with the current configuration. A full run records resolved inputs, outputs, logs, duration, and any artifacts in the execution inspector. Side-effecting or destructive nodes can require an additional confirmation or approved workflow permission.