Writing in to excel

i have to write data to excel where columns will change. some time there will 4 columns sometimes there will 5 columns. columns names will also change.

Hi @arjun.reddy

Can you elaborate little more!!

Regards
Gokul

Processing: AR.xlsx…

cannot able to send the files

Hi @arjun.reddy

You can refer the thread for compare the DataTable.

Regards
Gokul

this i know but how to write it into another excel

Hi @arjun.reddy

  • Use Build DataTable (Create the column name you want) Create a Output variable.
  • Use If Activity (Compare the Datatable)
  • Use for each row in DataTable Activity
    Inside for each
  • Use Add data row Activity.
    Outside the for each.
  • Use write excel activity