How to add multiple arrays into a datatable?

My Data Table has 6 columns as shown below.

My first array {company name1,name 1,ID 1,nationality 1, DOB 1, address 1}.
My second array is {company name1,name 2,ID 2,nationality 2, DOB 2, address 2}. How do I add into both array into my data table?

Hi @_itslw

You can use the Add Data Row Activity using the ArrayRow Property

Can elaborate further on how to add into arrayrow property? I used the arrayrow and type into the 12 variables but I only have 6 columns in my datatable?

For every array you use one Add Data Row.

Hello,

I hope the attached workflow may give you the solution

Main.xaml (7.2 KB)

Regards,
Goutham