I am trying to use a loop to merge columns using the column merger node, however, when I try to use the column filter node to remove the original input data, only the first column is returned at the loop end (see snippet of w/flow below):
I have managed to solve this. It turns out I unintentionally move the “Any unknown columns” bit over to the excludes section. Having moved it back to the includes section the loop is working as expected.