For each
Use this flow to process a collection of items.
Loading graph...
API Reference
item
type: ZodTypeAny
| string
Zod schema that describes each item in the collection to process. For simple strings, you can also pass a string to describe the item.
input
type: FlowDefinition
Flow definition to execute for each item.