How to add data row from a scraped data

Hi All, how do I add data row which was scrapped data table from web into existing data table (used build data table activity)?

@Serran_Neru

Build data table activity is to create a new data table structure. While using data scraping you no need to create a structure for the table since it will retain webpage table structure itself.
To add a new column or row to existing data table ,you can use Add Data Row or Add Data Column activity.

Okay got it, but where do I specify the variable of data scrapping (scrData) in add data row activity. Could please show me the print screen?

Output of data scraping activity is an Datatable varible. To my understanding, you need to add a new row to “scrData” data table variable, right?

1 Like