How to store scraped data in a variable

Hello all,

I have scraped a table from a website using datascraping wizard. Now i want to store these data in a variable so that i can use these data in another file.

@karnik Scraped data will be stored in variable type called Datatable assume Dt use write csv or write range than pass Dt here

Thanks for our reply.

I want to use these data (dt) in another file.
so how do i pass arguments?

use invoke workflow actvity

yes,
but what argument should i give?

should i save the dt as argument? and then pass that argument as datatable type?

@karnik pass dt as argument and its type as datatable