How to map fields from an error response in an incomplete execution?

:bullseye: What is your goal?

Create a filter for a specific error to track

:thinking: What is the problem & what have you tried?

I cant map the error fields in the incomplete execution run, and I can not rerun the error its from a 3rd party HTTP response.

:clipboard: Error messages or input/output bundles

DataError
Bad Request
{“statusCode”:400,“message”:“Over Concurrency Limit.”,“error”:“Bad Request”,“subscriptionLimits”:{“concurrencyBlocked”:true,“concurrencyLimit”:15,“remainingConcurrentCalls”:-1}}

Hey Cameron,

If you know what the error is supposed to be you can type it in manually.

The plan is to not Return error if HTTP request fails then have it pass a filter, Status Code {{10.statusCode}} exists when there is no error, but i need to map message to dial in on the specific error.

the problem is “message” does not exist unless there is an error and i can not rerun the error

Doesn’t matter. You can still type it in and when it does exist it will work. It should be {{10.message}} or something similar. You can check it from the history of when the error occured.

I agreed that {{10.message}} is likely but there is no way to confirm this? I posted what was returned in the history

going with {{10.message}} I guess, I was hoping there was some way to confirm the mapping, for example if I could rerun and recreate the error i can just open that run from the Diagram tab and map anything that was returned.