Hello! Looking for help with nested error handling to see if I’m running in to a common bug or doing something wrong.
Here's the setup: we're searching for a deal in HubSpot, then sending an email if it's found. If the deal isn't found, we use a delay action to try again later, so the Zap doesn't fail immediately.
As you can see in the attached image, I've set up error handling for the steps. When the first error occurs, the Zap correctly moves down the error path as expected. However, after that, once it goes through the second error handling, it successfully found the deal, but then skips the Microsoft Outlook action that should create an event.
The logic seems to be working fine up until that point, but I'm not sure why the Outlook action is being bypassed after the second error handling. Any ideas on what could be causing this behavior?
Thanks in advance for the help!