Problem with Orchestrator Trigger

Hi, I am having a tricky problem. I have created a workflow which extracts data from pdf and stores it in an excel file. The process is working fine and the excel file is also getting created. However, when I am triggering it from the orchestrator it is not throwing any error and states that process has been completed in a message box (which is the last part of the workflow) but no excel file is being generated and there is also no error showing.

hi @ADITYA_MUKHERJEE,

Put Log Activity after prominenet steps in the workflow and then trigger the process . Seeing the logs you will be able to guess where the issue lies.

Try to Print the Dynamic values in the Log - Paths / excel Names / pdf Name etc.


Mukesh