How to know what kind exception is happened to our rpa

Guys so i have a automation that i scheduled everyday, but lately there is something wrong with the automation. Is it possible guys to take what kind exception is happened in my automation? because the log that orchestrator gave to us is just too simple

Hi Kelvin,
Could you debug the workflow and see where the error is happening? or share the log here

Hi @sangeethaneelavannan1 the error happened when the program are run using trigger in orchestrator. When i run manually even through orchestrator or from studio there is no issue but when the program run using the trigger schedule the program gave me error.

The log in the orchestrator for my automation just gave me the info like this:

  • Automation started
  • Close application (i used try catch if any error occur the program will re-run from beginning thats why i use close app activity)
  • Automation ended

Thats why i want to make a log file individually with my automation so i can capture what kind of exception that happen to my automation. But i dont know how to capture that exception, someone help pls!

@Kelvin1 Inside try catch did you use exception and write a log message
like exception.Message

@sangeethaneelavannan1 which block that i should use that ? try block or exception block?

@Kelvin1 In exception block, like this
image

Okay thanks @sangeethaneelavannan1

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