Excel is not saved while in orchestrator

When running out framework locally on our computer it works perfectly. When we run it from orchestrator it appears to go through all the same steps, gives no errors. but the excel file it exports and creates does not appear in the folder it is suppose to be saved to. When we run it locally in our own vdi it follows the same code and saves successfully! What could be causing this unusual problem! Any help gladly appreciated !

Hi,

If we run process via process (from Orchestrator or Assistant), current directory will be c:\Users\[account name]\.nuget\packages\[Process name]\[version]\....
So, if you save the file using relative path, it will be saved in the above place. To avoid the matter, can you try to use absolute path. (it may be better to use environment variable such as %USERPROFILE% etc)

Regards,