Merge multiple arrays into a Datatable

Please, how can I merge multiple arrays into one datatable?
For example, I have
array1 = {value1, value2,…, value}
array2 = {value1, value2,…, value}
array3 = {value1, value2,…, value}

I want to create a datatable from these arrays such that each array will be a column in the new datatable. Please, how can I achieve this?

Hi!
If your arrays have the same length you can use a Do while activity and an add data row with a contor as in the example below.

This is the property panel of add data row activity.

image

Hope it would help you!

Wow, thanks a myriad! This works perfectly fine.

1 Like

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