Use the index array function. As you wire it to your array, it will reshape automatically with two index inputs, the second being 'Disabled index (col)'. If you wire a constant to the second index, you can extract from the array the desired colums (since it is a zero-based index, wire 0 to extract the first column, your 2-3-4 array, 1 for the second and so on).
Roberto