Create Nested DataTables

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!

How about creating dictionary of String and DataTable.
You can add the table in to dictionary like below:
image

Refer the datatable from dictionary like below
image

Hi,

How about the following sample? This inserts datarow contains datatable and updates inner datatable.

Sample20230622-1aL.zip (3.3 KB)

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.