Hi,
I’ve uploaded a workflow to KNIME Hub here. It shows how to loop through columns in sets of a specific size. It is a bit more complicated than a Column List Loop Start, because we need chunking, which is only available for rows. So we extract the table spec and then loop through the column names in chunks of size 2, convert those names into a flow variable, and pass that to the Line Plot node.
Kind regards,
Alexander