Hello , could you help me with a theme

I have a folder full of excel but I would like to convert them into CSV
and
after converting it to a CSV it could upload to a database all along with a single execute query

Main.xaml (26.0 KB)

help please

Hello Arobot,

I saw your workflow, your workflow does not contain logic of converting .xlsx to .csv. i think we cant write xlsx to csv. so first convert all xlsx to csv and then convert each file into csv and upload them to database

Regards,
Pankaj

create a flow that can read several excel so use the for each, the robot reads them with the read range but the difficulty I have is that I want to convert all the CSV and not only one I do not know what variable I would be able to do so that use the counter trying but nothing.

please

@Arobot Check below link once.