Dear all,
I have scrape a data table from a website and store as dt1.
How do i append the data table in excel using the append range activity or there is another
method to do this?

Dear all,
I have scrape a data table from a website and store as dt1.
How do i append the data table in excel using the append range activity or there is another
method to do this?

You have 3 options
Use classic activities to see them go t activities-> filter icon → select classiv → you will see a different append range
Use workbook append range

Use a merge datatable activity and then use write rnage at the end to write once and for all
Hi @zaffan.isa
Append Range activity and configure it with the following properties:Workbook: The Excel workbook that you want to append the data to.Sheet Name: The sheet name in the Excel workbook that you want to append the data to.DataTable: The data table that you want to append.Append After Range: The range in the Excel workbook after which you want to append the data.Hope it helps!!
Hi @zaffan.isa
You want to append the data in the datatable, use the Append Range workbook activity to append the data to the datatable.

Hope it helps!!