Runs a second list of steps for every item in a first list, so related data gets matched and processed automatically.
It repeats. Repeats advance to next item in first list; runs once per each item in the related list.
Pattern: Structured Loop (21) ยท Multiple Instances with a priori Design-Time Knowledge (13)
You need to compare or combine two related lists, like every product against every location, but doing it by hand row by row is slow and error-prone. Standard tools often can't handle this kind of nested comparison cleanly.
An operations team that regularly needs to cross-reference two related sets of data.
You get two related lists of data automatically cross-referenced and combined into one clean, organized result.
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