Array Loop
This task allows you to loop through data from an array variable. You can either loop through all cells or loop by rows.
With every loop, the current cell values are set as variables.
If
you loop by cell, the cell value is returned as a variable.
If you
by rows, each columns cell values in the row is returned as
variables. Also, the entire row is saved as a variable.
With
every loop, you can run another task.