Hi All,
Im trying to take the project name from CurrentDirectory
When I run a process from the studio
environment.CurrentDirectory looks like C:\Users\BOTname\Desktop\ProjectName
so I have
However when I run a process from the Orchestrator
environment.CurrentDirectory look like C:\Users\BOTname\.nuget\packages\ProjectName\1.0.7214.6145\lib\net45
How can I adjust my assign to have ProjectName instead on net45
Thank you