Merge 3 datatable

I have 3 datatable (sometime have 2 or 1 )

If I want to merge to 1 datatable.

please guide me for solve it.

Thank you

Hi @Stef_99

Please check this

Regards,

Have a look on the merge DataTable activity

For each Activity: item in {dt2,dt3}

  • Merge DataTable activity , source: item, destination: dt1

Feel free to sahre with us sample data, when case differs from our assumptions

@lrtetala @ppr

–use a assign activity liket his
arr_datatable = {datatablvariable1, datatablevariabl2,datatablevariable3}
where arr_datatable is a varaible of type array of (system.data.datatable) where we can get this browse type

If first round I want assign arr_datatable = {datatablvariable1}
and round2 arr_datatable = arr_datatable + datatablvariable2

image

Please guide me for assign

Thank you.

Hi @Stef_99

You can use Merge Datatable activity .

Please refer this ,

grafik
select Array of[T]
Then select System.Data.DataTable