I have completed an automation this automation run some transaction and then get some values and updated in an excel sheet. the automation work fine from the UiPath but if i published the workflow it run normally but didn’t update the excel sheet.
if i run the same workflow again from UiPath it completes normally and update the file.
but not from the Orchestrator.
Where is your excel file created. Is it present in your project folder?? If yes, please change the location path of excel file to Common drive like C. So your excel path will look like C:\foldername\TestData.xlsx.
In this way you can see changes in your file.
Regards
But then it will end up on the C: drive of the server the unattended job is running on. It’s much better to use a shared folder (ie network folder).
your solution gives me an idea to use the full path instead of the name of the folder and the name of the excel sheet. and it worked. I didn’t create a new folder outside the workflow folder i used your solution. thanks Brother you saved me
Thanks for your support your idea is great and i will create a shared folder to share it between all the departments
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.