Copy one whole column data

Hi @Aarthy1

Steps to follow

  1. Use Read Range activity and give range as “A1” and read data into dt(datatable variable)
  2. Then use remove data column activity to remove the unnecessary columns.
  3. Used write range to write the data into the new sheet

cheers