Hello,
I have 2 dataTable (dt A, dt B)
If I want join dt A with dt B (dt B from bottom to top)

Please guide me for solve it.
Thank you.
Hello,
I have 2 dataTable (dt A, dt B)
If I want join dt A with dt B (dt B from bottom to top)

Please guide me for solve it.
Thank you.
Use assign activity
before to 2nd join the datatale activity
dt.AsEnumerable.Reverse.copytodatatable
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.