Hey @afna if i’m not wrong your are reading some excel file then save in the dt (datatable ) variable now you are doing the iteration to read all the values from the multiple column and store the columns data in multiple assign .
so you can use for each row activity inside the for each use assign activity on the required num of columns data you want - like 3,5
so inside the for each loop drag 1 assign activity
in the left hand side create the variable and in the right side use currentrow(“yourcolname”).tostring
that way you can store the datas
Hey @afna is Q1 contains the column name that’s why you want to skip that right if this is true then in the read range there is a property name Add Headers kindly check that option so it will treat Q1 as an header and skip that in the loop. i don’t know you are working with classic or modern but in both case you found somthing like this.enable that.