Hello friends,
how is it possible to arrange a collection of Excel file paths in a Datatable, so that I can process each file as a TRansaction Item in the Reframeword?
Thank you so much,
CAmi ![]()
Hello friends,
how is it possible to arrange a collection of Excel file paths in a Datatable, so that I can process each file as a TRansaction Item in the Reframeword?
Thank you so much,
CAmi ![]()
use Build DataTable activity to create dataTable and then use Add DataRow activity and pass excel paths to it. Then use For Each Row activity and iterate dataTable.