I have created a dataflow where i have created a table from one tab of the excel file.
I want to export that table into Sharepoint folder as xls or csv file.
Then i have to use that table data (created as csv/xls) in the flow.
Is it possible?
If you want to create a csv file with the table, you can try to use Create CSV table and Create file action to achieve it.
After flow runs, a new file will be created with below content.
Hope the content above may help you.
Best Regards
If my reply helps, then please consider Accept it as the solution to help the other members find it more quickly.