How to Store Error Status Code from POST API Blueprism

ktrivedi90

New Member
While I make POST API call and it fails, it gives error POP up like below

Internal : Unexpected error Error during Web API HTTP Request
HTTP Status Code: 422
HTTP Response Content: [XXX]

but the result should have stored to the variable irrespective of success and failure which are auto created while creating API like HTTP Status Code,HTTP Response Content..

Is there anything I am doing wrong ?
 
Top