HI Team,
In wait for document validation and action , we have download directory path.
I have created one folder in project folder itself.
This is working fine whenever i run from studio,
But from orchestrator iam getting error
HI Team,
In wait for document validation and action , we have download directory path.
I have created one folder in project folder itself.
This is working fine whenever i run from studio,
But from orchestrator iam getting error
Hi @anusha2
Can you share the error description that you are getting while running the process from the Orchestrator?
Best Regards.
Thankyou for your reply
Will share in 2 min
HI Arjun,
Hi @anusha2 ,
Could you let us know what is the value passed in the Project Folder Property ?
Is it that the folder you are passing is for a different user and bot is running on a different user?
If yes then please use a generic pth or use environment.username
to get the current users username
Or use Environment.currentdirectory
to get the working directory folder and use it
Hoep this helps
Cheers
Thanks for the reply