How to save several CSV

I have a folder with several excel that I want to save it as csv, I made a flow to read all the excel but I do not know how to save them one by one and not only save the last one

Hello Arobot

You are saving the file always with same name, you need to save the file with different name.

Hi.
You can save the CSV name with the current date and time as System.DateTime.Now.toString(“MM/dd/yyyy”)

Hi @Arobot ,
you can try this.

image
Sample File. Arobot.zip (988 Bytes)

Note : the sample has been developed by the version of CE 18.3

Regards
Balamurugan.S