Datatable to Datatable

I have data from 2 different tables, and I need to transpose this data into a 3rd table.

The tables don’t and can’t have matching column names, for instance Quantity in the 3rd Table is Qty in the table it comes from and I have no control over column names.

What do I need to do in my Add Row activity to achieve this

Please check this post.