Skip to content

Iterator

This node allows you to loop through a dataset and execute specific logic for each individual element.

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

FieldTypeDescription
recordModuleTextModule executed for each iteration
recordConfigJSONConfiguration for the module (URL, method, etc.)
onCompleteJSONWhat to do after all iterations are complete