I'm using Error Handling in WorkFusion. Is there a way to see the error message in the catch block i.e. exception occurred block.
Asked
Active
Viewed 683 times
2 Answers
0
How about using:
<log>exception_msg_var</log>
or
println exception_msg_var
exporting exceptions to datastore?

TEH EMPRAH
- 1,828
- 16
- 32
0
To get the error message in RPA Express, you can keep the code outside of exception handling and then, the software will through error message on its' own. Once you get the type of error (by running the bot once), you can put the solution in catch block by keeping the code inside exceptional handling feature.

Stuti Verma
- 1,059
- 13
- 32