Data Not Moving to Excel in Orchestrator Schedule

Hi everyone,

I’m currently learning UiPath and have created a process to extract specific data from PDF files and move it to an Excel sheet every morning at 9 AM. The process runs perfectly when executed in UiPath Studio, and the data is moved to the Excel file as expected.

However, when I schedule the same process to run in Orchestrator, the data does not get moved to Excel. I’m not receiving any errors in Orchestrator. Has anyone faced a similar issue or have any suggestions on what might be causing this?

Thanks in advance for your help!

@Aakash_Sharma3

Where is the excel placed?

If it is placed in the project folders itself then ideally when running from orchestrator it would run from a different path generally from C:\users\<username>\.nuget\processname

Or better print the path and check…if you are using relative path then the file from project folder only is used…betterplace file in a common location like c:\botfolder etc

Hope this helps

Cheers

I wanted to express my sincere gratitude for your help with my recent question. I had been struggling to find a solution, and your assistance was invaluable. Thank you so much for taking the time to help me out.

If it’s alright with you, could I reach out to you in the future if I have more questions?

Thanks again!

1 Like

@Aakash_Sharma3

Sure you can…but best would be to post on forum so that many people who are ready to help can collaborate and solve as well

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.