Good morning
I would like to read multiple files that the bot will download from Filezilla and save them to windows so i tried to use this solution but i am getting an error on read range workbook because the windows folder is empty the bot have not yet downloaded the file…which activity can i use or what can i write inside the read range?
Instead of Excel.xlsx in read range workbook activity pass currentitem.tostring as you are getting all the files in this variable and in range column give your range from where you want to read the data in your files.