Is it possible to add a condition in a pipeline that 'catches' a non-2XX HTTP response from a Fetch JSON or webhooks request. It seems pipelines automatically go into a failed status if anything but a 2XX code is returned.
I tried a condition with 'Status' equal to 404 (for example) but the pipeline still failed rather than branching.
Thanks