cancel
Showing results for 
Search instead for 
Did you mean: 

How to used Error.Parameter in SAP IRPA 2.0

0 Kudos

Hi IRPA Experts,

I already used the error.code and error.message in a catch block. Just want to know if anyone already used the error.parameter since I tried to used it and put in a dialog box and there is empty message when error was catch.

Regards,

Jeorge

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member661358
Participant
0 Kudos

Hi Jeorge,

Please create a global variable outside the try catch and pass the error.message to the variable and use it to display. Because stores only in try/catch block, we need to assign it to global variable.

Hope it work's.

Regards,

Chenna.

0 Kudos

Hi Chenna,

Thank you for the response. What I meant for error.parameter is the image below.

Thank you.

Regards,

Jeorge