I'm trying to make a flow that when a file is created in onedrive business folder automatically convert that file into csv and create a new file.
My flow is:
When a new file is created
List files in a folder
Create a csv table
Create a file.
This flow only creates a new csv file with the same name as xlsx but with no content in it.