DataAction error return on CallFlow

Is it possible to capture the error of a data action in the call flow? for example:

{
"message": "The requested resource was not found.",
"code": "not.found",
"status": 404,
"messageParams": {},
"contextId": "71e95f73-c6e5-404f-bdcc-552743a1ec2e",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message: Request to backend service failed. Response from web service: Não foi encontrado nenhum aluno válido para a matrícula: 123 [71e95f73-c6e5-404f-bdcc-552743a1ec2e]",
"code": "NOT_FOUND",
"status": 404,
"messageParams": {},
"details": [],
"errors": []
}
]
}

I need to see this return in Architect so I can identify what error the API returned.

It is currently not possible. Here is the (very popular) idea for this:
https://genesyscloud.ideas.aha.io/ideas/INB-I-1498

Please vote for it and know that we are very aware that that this is a popular request.

--Jason

1 Like