Hello,
I need to create a dynamic table from an excel workbook but my flow has failed with an error on "CREATE A TABLE":
"The “Create_a_table” action failed: The argument is missing or invalid, or has an incorrect format. clientRequestId:..."
On the "TABLE RANGE" i put this formula to get all the contents from the sheet named "Report".
27 columns needed to create my Table.
=OFFSET(Report!A1,0,0,SUBTOTAL(103,Report!$A:$A),27)
Do you know what is missing here on my flow?