Iterator
Node: Iterator
Section titled “Node: Iterator”This node allows you to loop through a dataset and execute specific logic for each individual element.
Function
Section titled “Function”Breaks down a dataset and processes each entry independently using connected modules.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| recordModule | Text | Module executed for each iteration |
| recordConfig | JSON | Configuration for the module (URL, method, etc.) |
| onComplete | JSON | What to do after all iterations are complete |