
Automate tasks with Iterator
Splits a list (array or delimited text) into individual items and emits them one by one so the following steps run once per item. Useful to loop through collections (rows, records, files).
https://botize.com/es/app/iterator
Automate tasks with Iterator
Divide a list (array or delimited text) into individual elements and emits them one by one so that the subsequent steps are executed once per element. Useful for iterating over collections (rows, records, files).
Actions
The action is what happens automatically, without you having to do anything else.
Iterate
Iterates over a list. Emits one element per execution so that the subsequent steps are executed once per element. Accepts arrays, JSON, or delimited text.
Actions
The action is what happens automatically, without you having to do anything else.
-
Iterate
Iterate over a list. Emits one item per run so the next steps execute once per item. Accepts arrays, JSON, or delimited text.