I’m trying to capture the data by using data scraping and add the data into Excel Sheet, I’m able to get all the data and insert into Excel but I want to add new row when I get data from Data Scrapping, below is the example.
For “row” in DatTable (For each row loop) Assign activity: item("Capture Date") = Now.ToString
(this assigns value to the column “Capture Date” in the given row index)
Finally, write the datatable (YourScrappedTable) to excel like you have already done.