Join data from bottom to tom

Hello,

I have 2 dataTable (dt A, dt B)

If I want join dt A with dt B (dt B from bottom to top)
image

Please guide me for solve it.
Thank you.

@Stef_99

Use assign activity

before to 2nd join the datatale activity

dt.AsEnumerable.Reverse.copytodatatable
1 Like

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