How to Append Column to A Scrap Result Data Table?

What I want to achieve:

  1. Data Scrap from web page into a Data Table.
    Lets’s say it has Name, and Address only.
  2. After that, I want to append another column of data.
    Lets’s say I want to add Scrap Date, and then edit the scrap date per row.

Any way to do this without having to use workbook/Excel activity?

@whyyouandi

You can add a column with [Add Data Column] activity.


And to add a value to a target column, check this out:

You might want to loop your DataTable in order to fill all the rows.

2 Likes

Exactly what I needed.
Never thought of that activity.
Sorry for a question could have been solved by more research.
Thank you anyway, cheers!

hi,

please follow,

thanks,
Karthik.