I am using an ODBC connection from our ERP software to upload an XLS report to a subfolder within our Sharepoint site. IE: https://abcbiz.sharepoint.com/sites/sales and folder Documents/Sales/Data
I need the flow to:
- Identify a new file has been uploaded to Documents>Sales>Data of our sites/sales sharepoint
- Check if the uploaded file name starts with "ABChistoricalsales" or "ABCforecastedsales" and start a different process for each
- If "ABChistrocialsales" is matched, convert the file from XLS to XLSX
- Also convert the excel data on the only sheet in the file to a Table
- Rename the file to "ABC Historical Sales"
- Delete the original file
- Do the same steps 3-6 for "ABCforecastedsales" matches as well
Is this possible? If Flow can't convert from XLS to XLSX or create the Table within the file, can it do the rename and then use Power Query in Excel to edit the excel file?