Hi there,
I'm trying to set up a flow where a specific sheet within an Excel Workbook is copied/converted to a separate CSV file.
The overall goal is to set it up so that whenever any file is added or modified within SharePoint, the flow is triggered.
Currently, I've established that it needs to check to see if the file is an Excel file (xlsx or xlsm), and then see if any of the sheets inside that file have a specific name.
Here's where I'm stuck:
I'm unsure how to tell it to either copy JUST that sheet to a new excel file (which should then be converted to a csv file) or extract the data from that sheet to a newly created csv file. Since none of the sheets contain tables, I'm not sure how to tell it to get the rows from the sheet. Can I use the sheet ID from the "Get Worksheets" function in leiu of an actual table ID?
Any help is appreciated. Thank you!