Hello,
I have an Excel Online file saved in SharePoint that contains an Excel Table from which I'd like to List Rows and for Each item, Add a Row to another Table.
My first Table is refreshed periodically and never contains the same number of Rows, therefore I have a theoretical range set in my action "Create Excel Table" to make sure I'm not missing any lines:

The problem it's that it creates a thousands of blanks rows that I'm not able to filter out when listing my Table Rows:

length(body('Lister_les_lignes_présentes_dans_un_tableau')?['value'])
I've tried various posted solutions (Filter Array, set Variable, OData Filters) wihtout any success neither.
As anyone succeeded, in a similar Flow with Excel online Connectors?
AP