Relative Path Error from Orchestrator

I am passing a relative path in order to access from the orchestrator by other machines.
Its works fine in my local but when I run from orchetrator (other machine will take the job), Its throws the mentioned error.
“Could not find a part of the path”. It really daunting sometimes.

image

@Vishnu_Pradhaban

Are you trying to get the file from the project folder itsef?

Then directly use relative path or use currentdirectory and append the path

Cheers

1 Like