cancel
Showing results for 
Search instead for 
Did you mean: 

SAP iRPA: DispPropertyPut error

janv7306
Active Participant
0 Kudos

Dear experts!

Could you please check, what's wrong with my Try...Catch statement? I've got DispPropertyPut error when an error happened and I want to log the error members to excel file. Of course it is opened and activated.

Thanks a lot.

Screenshot and details attached.

Regards, JV

DispPropertyPut Value Member not found.

"uid": "957fc6b7-a51a-47af-b493-85b724f808de", "name": "CoreExtraction", "type": "automation", "attended": true,
"duration": 2, "status": "Failed", "code": "KO", "label": "DispPropertyPut: Value Member not found.\r\n", "line": 64,
"stepId": "9",
"exception": "irpa_core.error.Error", }

Accepted Solutions (1)

Accepted Solutions (1)

janv7306
Active Participant
0 Kudos

Partially resolved with custom script and JSON.stringify().

Answers (2)

Answers (2)

janv7306
Active Participant
0 Kudos

Hello Ilyes,

The Push activity's using a standard error array, e.g. contains e.message and e.code. I catch a standard Error from irpa_core in Step72.

0 Kudos

Hi Jan,

the issue here is that you are trying to retrieve a value that doesn't exist.
Can you provide more information about your automation and what values are you using in the activities?