Hi all,
I have a series of CSV files stored in a location in SharePoint — that have a title row (to ignore) and a variable number of content rows each time — and I am trying to extract the content rows using Power Automate, to append them to the bottom of an Excel Workbook.
An example of what the CSV looks like:
The connectors for Excel Online (Business) only refer to List Rows/Getting Rows from an Existing Table. How do I extract non-table rows:
- With the same columns (in the same order) every time: $A:$I
- Ignoring the title row every time: $A$1:$I$1
- But with a variable number of content rows each time: A2:I2 at least and up to, around, A2:I502
I have tried dynamically setting up a table then extracting that data but I can't create tables as the input for File keeps failing as it either can't find the file of a name, or the file path is the wrong input:
Anyone any idea how to proceed to achieve my aims?