Hello,
I have a flow that extracts 3 datasets from 3 different Excel sheets using SQL and then uses the 'Write to Excel' function to send that to one Excel file after manipulation (attached screenshot). The first 2 datasets i am writing to Excel have the same names for Columns A, B, C and D, but the third is different so i need to write its first two datatable columns to Excel columns A & B, and its last two datatable columns to Excel columns E & F - is this possible in PAD?

I tried to call out the columns in the Write to Excel function (i.e. Column: A, B, E, F) but it writes to columns A, B, C, D
Thanks in advance for any help you can offer