Hello, guys.
I have a task to automate an email which follow this flow:
Receive the attachment in Outlook > Get the attachment > Create a file in sharepoint > Create a table and select 18 columns and 60k+ rows using the formula =OFFSET(Dados!A2;0;0;SUBTOTAL(103;Dados!A:A) - 2; 18) > Create a new file with it and send an new email to update a dashboard.
Here is the flow:
The main problem is that I'm not able to create a new file with this data. If I try to use compose, it does not return any data that was created in "Create Table"

If I try just to create a new file, it gets corrupt and won't work.
Am I missing something here?
Thanks in advance!