Catch error and proceed with other transformer

Hi @brethren and @mark.nutter,

You can try to uncheck the “Abort process on errors” option in the HTTP client. This way, the process will not stop when receiving non-2xx HTTP responses.

Another options, You can also keep the option checked, but you will need to adjust the range of the HTTP response codes that should abort the running process.

You can follow this topic for this case: