- Downloaded multiple files (.xlsx) from web portal. - success
- Moved the recently downloaded files to a new folder (in c drive) using for each loop - success
- Only the last downloaded file didn’t move to the required destination. - fail
Added a few seconds delay time but it didn’t work.
Any idea why the last file isn’t there in the required destination while all others are?