Skip to content

Iterator

This node allows iterating over a dataset and executing specific logic for each individual element.

Breaks down a dataset and processes each entry independently with connected modules.

FieldTypeDescription
recordModuleTextModule executed for each iteration
recordConfigJSONConfiguration for that module (url, method, etc)
onCompleteJSONWhat to do when all iterations are finished
  • help.es: Ejecuta un subflujo por cada registro del dataset
  • help.en: Executes a subflow for each record in the dataset