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
- Map or connect the response collection.
- Choose the exact array path.
- 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
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