I have 4 data table (sometime some datatable have header only not have data)
If I want to combine to 1 datatable (header same)
Please guide me for solve it.
remark : not use nested if
Thank you.
I have 4 data table (sometime some datatable have header only not have data)
If I want to combine to 1 datatable (header same)
Please guide me for solve it.
remark : not use nested if
Thank you.
You can use merge datatable activity.
@Stef_99 - Use merge datatable activity and pass your datatables in a loop to merge all those into a single destination datatable.
@Vigneshbabu @Shiva_Nikhil it error as below.

Create a datatable variable name it as dt_destination and in the deafult pass new datatable()
Pass it in the destination field of merge datatable activity
@Stef_99 - refer this !!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.