Breaks a single list of data into individual records so each one can move through your automation on its own.
A straight line. Runs once per one per record in the batch.
Pattern: Sequence (1) ยท Multiple Instances with a priori Design-Time Knowledge (13)
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.
Operations teams who process lists of records, like orders or leads, and need each one handled individually.
Every batch of orders or leads gets broken into individual records so each one can be updated, emailed, or filed on its own.
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