Avoid looping in workflows. The easiest way to loop over a set of values, rows, files, … is to use an Executor transform.
-
Pipeline Executor : run a pipeline for each input row
-
Workflow Executor : run a workflow for each input row
You can nicely map field values to parameters of the pipeline or workflow making loops a breeze.