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
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
Have a look on the merge DataTable activity
For each Activity: item in {dt2,dt3}
Feel free to sahre with us sample data, when case differs from our assumptions
–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
Please guide me for assign
Thank you.
select Array of[T]
Then select System.Data.DataTable