Hi,
Everyday, I receive an excel report from my email which I will open, copy the whole content then add (append) it into my main excel file stored in OneDrive.
Excel email report (Report dd-mm-yy-hh-mm-ss.xlsx)
> Does not have table
> Dynamic name (Report dd-mm-yy-hh-mm-ss.xlsx)
> There are 13 columns (there could be blank cell, except columns B,C, L which has all rows data)
Main excel file (TEMP_DB.xlsx):
> Has table (called Table 1)
I created the following flow and it went through, except it does not add the content from my email to my main excel file.

Summary:
✔ Attachment file is created and stored in the OneDrive folder "TEMP Report" with Report dd-mm-yy-hh-mm-ss.xlsx
✘ No data was appended to the main file TEMP_DB.xlsx
What I am missing?