Need help. Excel Scope: Sorry, we couldn't find 'location'. Is it possible it was moved, renamed or deleted?

03:26:10.6013 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [16] Excel Scope: Sorry, we couldn’t find ‘location’. Is it possible it was moved, renamed or deleted?

I’m using Asterisk to read the files due to different date.
it can read the file name and date, but couldn’t access or enter.

need help! tks in adv.

Hi @terrylim11,

Please try to use for your copyRep variable an absolute path, not just a relative path (as now it is “report\Backups”)

Perhaps this might help you as well https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats

Hope this helps
Best regards,
Marius

Just check with item variable. It is not giving full path of the file.

Add “Directory.GetCurrentDirectory()” to the argument.

thanks a lot!
it works like a charm

yeah, give it full address solves the issue

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.