I'd suggest you use reshape array, to reshape the 2D array into a 1D array. See the attached LV 7 example.
I basically find the array size of the 2D array, multiply those dimensions sizes together and call reshape array. So, a 128x128 2D array becomes a 16K 1D array.
Brian