Hi,
I have a case where I receiving an excel files (always the same format) into a sharepoint folder and I want to extract the rows from table in the anther excel file which gets generated by using "formatDateTime(utcNow(),'yyyy-MM-dd') Report.xlsx" file.
Source file name is dynamic, table "Inventory" is static.
Destination file is dynamic and table "Template" is static.
My flow:

Ideally, I want to use the output of Get files into the Add into tables. In the Get files, I'm checking if the "formatDateTime(utcNow(),'yyyy-MM-dd') Report.xlsx" file exist. If yes than Add the rows into it.

The problem is that in the "Add rows into table" function I cannot see a way to map the column names to destination table from the source table.
==================================================================================
It works if I assign the static file into it but this is not what I want.

I have checked this case Adding rows into table from dynamic file, unable to map columns but this is using static destination file.
Thanks for your help.