hi, i wish to select 5 specific columns from my workingsheet to paste into another excel, im trying to do so by getting the value of the 5 columns and saving into 5 variables, them builidng a empty datatable with the headers, then adding data row to the new data table, but this error pops up.
First, you define the variables, partnumber, Qty etc in the variables panel. Now to go ArrayRow field of Add Data Row activity, use your variables in the below format
What do you mean with “output”?, add data row will add the values in the order you are adding your values
New Object(){yourvariable1, yourvariable2, etc...}
you need to replace your own variables for “yourvariable1” etc… Also add the datatable you want to add those values, you also need to make sure that the number of values that you are adding, could not be more than the columns of your datatable