Looping
Another advanced feature that becomes useful in more sophisticated workflows is looping. This is the principle of repeating a section of your workflow over and over, until a condition is met. You can define the section that needs to be repeated by capturing it in between a start loop step and an end loop step.A loop can be initiated using the “Start loop” step and terminating a loop is possible using the “End loop” step, which allows you to terminate a loop and resume the workflow in a linear manner.
Currently, loops can only iterate through arrays that has been selected from source. Over time, we will improve this to be more robust.
Currently, loops can only iterate through arrays that has been selected from source. Over time, we will improve this to be more robust.