Iterator
This node allows iterating over a dataset and executing specific logic for each individual element.
Function
Section titled “Function”Breaks down a dataset and processes each entry independently with connected modules.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| recordModule | Text | Module executed for each iteration |
| recordConfig | JSON | Configuration for that module (url, method, etc) |
| onComplete | JSON | What to do when all iterations are finished |
Multi-language
Section titled “Multi-language”help.es: Ejecuta un subflujo por cada registro del datasethelp.en: Executes a subflow for each record in the dataset