I am trying to continue a zap even after an error occurs.
In my case my application I build with zapier UI throws an error, when no data is present for the GET request. (Step 2.)
After that the steps continue since I set that the zap to keep running after an error occured. (i think)
Not shown in the screenshots is the attempt i made with fallack paths. In the case, none of the other paths should work, since they rely on a corrrect (non error) output of step 2., the zap should fall back on just continuing with data not relying on step 2. BUT the fallback path did not run (“path did not run as the rule conditions were not met”).
So I tried to use the path that always would run (screenshots), but then the filter to sort out the continuation in case of correct (non error) output is skipped and therefore any step after as well.
My goal is just to continue my steps in this branch only when an error in step 2. occurs. How would I do that?