Movefile

Hello! :slight_smile:

I am having a problem when moving a file betweens folders and I hope you can give me a hand :slight_smile:

I dowload a bank statement from the website, and everyday the file name is different. So, I assign to an array variable the files into “Downloads” folder and get the directory. After that, I put a for each activity, and create a new variable with the new name, and put item.ToString.Replace(), and then move file activity.

The problem I am having is that when I execute this process without logging in the website it works. But if I run the complete process (Robot log in in Bank, download statement and then move the file) it does not work.

Do you know the reason of this problem?

Many thanks!

hi @Angel_Llull_Rivero ,

Before the Move File activity - can you take a writeline and Print Both the Source and Destination and verify that these 2 path are Correct.


Mukesh

1 Like