Hi,
I have a SharePoint library where an xlsx file is uploaded every morning. I need to convert that file to csv.
I know that the file can be added in OneDrive and if there is a table within the file then that can be used to convert it to csv.
However, I don't know the name of the file until is it uploaded in the morning and each file has a different set of numbers at the end (example: CFD Needs Report Daily_1286512763.xls)
Is there a way to run the flow once a new file is uploaded in the specific folder and then read the data in the file (or create a table) and then convert it to csv?
Thanks