Hey All,
I have the following issue:
I have extracted 2 datatables from an application.
I need to create a separate datable which includes the 2 extracted data tables on separate rows as nested tables in a ‘Data’ Column
The Combined DataTable will have 2 columns ‘Extract Name’ & ‘Data’ as String & DataTable variable types respectively.
How do I update the Extract Name column for each row and also insert the datatables to each row in the Data Column?
I will then need to add this datatable to the queue.
Thanks!