Hello to all
I need help with an error that I am facing. I have a workflow A in which I have a “Invoke Workflow” command which calls another workflow B.
I have the path/name of the workflow B in an excel. I am picking the value using “Read Cell” into a Generic Variable, and then giving the Variable name in the Invoke Workflow Activity.
Earlier this was working well, now, it gives me the error
System.UnauthorizedAccessException: Access to the path ‘C:\RPA\Code’ is denied.
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
When i give the value to the Invoke Workflow activity , as “C:\RPA\Code\Webdownload.xaml” , its working. If I run the Webdownload.xaml separately, it runs fine.
Cant figure out what I’m missing here.
Please Help!
Aman