How to add a datatable in a specific column inside a build data table

I want to add a datatable as variable type inside a specific column in build data data table how to do that?

Hi @VinothComplee,
I suggest to use DataTable inside of Dictionary (Keys and Values).
For more details about this, check this forum.

Hope it helps you!

While creating or editing a column in Build Data Table, click the Data Type pulldown and then Browse…

image

Then you can select any datatype like you normally would.

If you only plan to have the one column, then I agree with @jose.ordonez1 that a dictionary may work better. That way you can use the dictionary key as the name of the datatable. You just create it as Dictionary(of String,Datatable) and initialize it in the default as New Dictionary(Of String, Datatable)