Hi @ohas , the Table Row to Variable Loop is based on the Table Row to Variable, except that it will execute for all the rows, one at a time of course, within a loop.
As you can see with Table Row to Variable, it treats 1 row only, and that’s possibly because the column names are used as variables, and as we know, each variable can only hold 1 value at a time.
So, I can’t see how parallel rows can be executed at the same time with Table Row to Variable.
The alternative would be to use what @mlauber71 has suggested, the Parallel Chunk Loop. You can then use the Table Row to Variable within the loop if you need the values as variables.