Iterate over your 2D Array in a For Loop, using an auto-indexing tunnel to pass the data. Then pass each row into the Add Array Elements function and output the result to an output tunnel with auto-indexing enabled. The result will be a 1D Array, whose values are the sum of each row's column values.