Hello!
I am having a problem when moving a file betweens folders and I hope you can give me a hand
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!