What I want to achieve:
- Data Scrap from web page into a Data Table.
Lets’s say it has Name, and Address only.
- 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!