Split a batch of records so each one can be processed automatically

Breaks a single list of data into individual records so each one can move through your automation on its own.

How the work actually flows

A straight line. Runs once per one per record in the batch.

Pattern: Sequence (1) ยท Multiple Instances with a priori Design-Time Knowledge (13)

flowchart TD trig[\"batch of records arrives"\]:::trigdata s0[["split into individual records"]]:::mi s1["process each record independently"]:::task trig --> s0 s0 --> s1 out[/"individual records ready for action"/]:::out pay{{"no manual handling of each item"}}:::pay s1 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepRuns once per itemResultPayoff
Build size
Starter

A small build with a couple of connected tools.

Business functions
General Automation
Connects
Your existing tools

The problem it solves

When you import a batch of orders, contacts, or rows from a report, you often need to handle each one separately, like sending an email or updating a record. Doing that by hand for every single item is slow and easy to mess up.

Who it fits

Operations teams who process lists of records, like orders or leads, and need each one handled individually.

How it works

  1. A batch of data arrives, such as a list of orders or contacts
  2. The system splits the list into individual records
  3. Each record is passed along its own path for further processing
  4. You end up with each item ready to update, email, or file on its own
What you get

Records ready to move through your workflow one by one

Every batch of orders or leads gets broken into individual records so each one can be updated, emailed, or filed on its own.

What you get

A set of individual records, each ready for its own automated action.

What you need

No extra subscription beyond whatever system the data comes from.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook