Introduction
When automating tasks with Zaps, things can sometimes go wrong, like missing information or connection problems. Knowing how to handle these errors helps keep your automation running smoothly without stopping unexpectedly.
Imagine you are organizing a package delivery. Sometimes the address is wrong, or the delivery person can’t reach the house. You get alerts about these problems and decide whether to try again, skip the delivery, or call the customer for help.
┌───────────────┐
│ Start Zap │
└──────┬────────┘
│
▼
┌───────────────┐
│ Check Data │
│ (Filter/Path) │
└──────┬────────┘
│ Yes
▼
┌───────────────┐
│ Run Action │
└──────┬────────┘
│
▼
┌───────────────┐
│ Error? │
├──────┬────────┤
│ Yes │ No │
└──────┴────────┘
│ │
▼ ▼
┌───────────────┐ ┌─────────────┐
│ Retry │ │ Continue │
│ Automatically │ │ Normally │
└─────┬─────────┘ └─────────────┘
│
▼
┌───────────────┐
│ Notify User │
└───────────────┘