Published on July 14, 2026
Quick Answer: Start by checking whether the issue affects Zapier broadly or only one workflow. Find the affected record in Zap History, identify the first incorrect step, compare Data In with Data Out, and verify the trigger conditions, field mappings, app permissions, and task limits. After correcting the cause, replay one controlled run. Failures that keep returning usually indicate a workflow design problem rather than an isolated Zap error.
Table of Contents
- Is Zapier down, or is one workflow failing?
- Use Zap History to find the first bad step
- When the trigger never creates a run
- Why action errors often begin before the action
- Authentication failures are often ownership failures
- Task limits and rate limits require different fixes
- Silent failures reveal missing control layers
- When to repair the Zap and when to redesign it
- Frequently asked questions
When someone says “Zapier is not working,” that description is usually too broad to diagnose. The platform may be operating normally while one trigger misses records, one app connection loses authorization, or one mapped field sends an empty value. The first objective is not to rebuild the Zap. It is to identify the first layer that stopped behaving as expected.
This guide focuses on that diagnostic process. For a broader explanation of how triggers, actions, filters, paths, and connected applications work together, start with the guide to how Zapier workflows work. Workflows involving multiple apps, custom logic, or repeated production failures may require a deeper review through Alltomate’s Zapier automation services.
Is Zapier Down, or Is One Workflow Failing?
A platform incident and a broken Zap can create the same visible symptom: no data reaches the destination application. The correct response is different. Rebuilding a workflow during a service incident introduces unnecessary changes, while waiting for an outage to resolve will not repair an expired connection or incorrect field mapping.
The distinction becomes clearer when platform health and a single workflow failure are treated as separate branches of the investigation.

In Zapier systems we’ve built for operations teams, the fastest diagnosis usually starts by separating platform health from workflow evidence. If several unrelated Zaps begin failing at approximately the same time, check the official Zapier status page and the status pages of the connected applications. If the problem affects only one workflow, app account, or record type, begin inside Zap History instead.
A Zapier dashboard that is slow or not loading also does not automatically mean the automation engine has stopped. Check whether new runs are still appearing before treating an editor or browser problem as a workflow outage.
Use Zap History to Find the First Bad Step
Editing the Zap before examining a failed run removes valuable evidence. Open Zap History, locate the affected record using an email address, order number, customer ID, or another unique value, and identify the first step whose result differs from what the workflow should have produced.
The sequence below shows why troubleshooting should stop at the first step whose result diverges from the expected run.

Review the overall run status and the status of each step. A successful trigger followed by an errored action is not a trigger problem. A filtered run may be behaving exactly as configured, even if the operations team expected it to continue. A held or stopped run points toward capacity, authentication, application limits, or another execution constraint.
| What you observe | Likely layer | First check |
|---|---|---|
| No run exists for the expected record | Trigger or source application | Trigger eligibility, source data, event timing, and app filters |
| Run exists but stops at one action | Action configuration or destination app | Error message, Data In, required fields, IDs, and permissions |
| Run completes but the result is wrong | Field mapping or workflow logic | Source data, mapped values, filters, paths, and transformations |
| Many runs become held or throttled | Capacity or request volume | Task usage, billing settings, app API limits, and burst volume |
Inside the run details, compare Data In with Data Out. Data In shows what Zapier attempted to send into the step. Data Out shows what the connected application returned. That comparison often reveals the real failure faster than the headline error message.
For errored steps, Zapier’s workflow troubleshooting documentation explains how to inspect the Logs tab for details such as the error message, API endpoint, request parameters, and request body. Treat automated recommendations as a starting point, then validate them against the actual run data.
When the Trigger Never Creates a Run
Trigger failures are frequently misdiagnosed as action failures because the expected destination record never appears. The deciding evidence is whether Zapier created a run at all. If Zap History contains no matching run, troubleshooting later action steps will not solve the problem.
Confirm that the source record meets the trigger’s rules. Zapier’s trigger documentation confirms that a “new record” trigger will not fire on data that existed before the Zap was turned on, so an existing record that was edited may be ignored. A trigger tied to a particular status may not fire if the application uses a different internal value than the label shown to users. The same documentation notes that test records may not match the data a Zap receives during live runs, which is why test records may behave differently from live records when optional fields, ownership values, or permissions change.
Timing matters as well. Zapier’s trigger documentation explains both instant and polling triggers: instant triggers receive events from an application as they happen, while polling triggers periodically check the application for new data. A short delay therefore does not automatically indicate a Zapier glitch.
Avoid repeatedly switching the Zap off and on without identifying the missing condition. Instead, compare a record that triggered successfully with one that did not. Differences in status, ownership, field values, creation time, or source location usually reveal why one record qualified and the other did not.
Why Action Errors Often Begin Before the Action
An action step can display the error even when the defect originated earlier. The trigger may have returned an empty field, a search step may have selected the wrong record, or a formatter may have produced a value the destination application cannot accept.
The failure path below shows how one incorrect mapped value can travel forward until a later action rejects it.

Check every required field in Data In, then verify the value itself. Zapier’s own guidance on “not found” errors confirms that these failures often trace back to using the wrong identifier or value when finding or updating a record. In practice, that can mean a contact update requiring an internal contact ID rather than an email address, or a file field requiring an accessible file object rather than a page URL. A date may exist but use a format the receiving application rejects.
Stale mappings create another common failure pattern. When a source application renames, removes, or restructures a field, the Zap may retain a reference that no longer receives live data. Retesting the trigger and remapping only the affected value is safer than replacing every field in the action.
Record selection deserves special attention. An action that reports “not found” may receive a valid-looking label but the wrong underlying identifier. This is the central issue behind errors such as a Zapier Notion database not found response: the visible database name is not always the same as the object or connection the action is authorized to use.
Repeated mapping and identifier failures usually point to a shared workflow-design problem rather than several unrelated Zap errors.
See how Alltomate approaches interconnected workflow issues through business automation consulting.
Authentication Failures Are Often Ownership Failures
Reconnecting an application can clear an authentication error, but it does not always remove the reason the connection failed. According to Zapier’s documentation on app connections, password changes, expired authorization, new security requirements, reduced permissions, and plan-related access limits can all affect an existing connection. Recurring authorization problems are common in integrations where a Zapier app connection keeps expiring even after it has been reconnected.
Across field-service implementations we’ve troubleshot, authentication failures often surfaced after staff changes, not after anyone edited the Zap. A workflow might depend on an app connection owned by an employee whose account was disabled. The Zap remains visible, but its authority to read or update records has disappeared.
Verify which account owns each connection, what permissions that account currently has, and whether the connected app restricts access to particular workspaces, folders, pipelines, or records. Zapier’s app-connection controls allow authorized users to test, reconnect, rename, and transfer ownership of connections.
Reconnect using a stable operational account where appropriate, then replay one controlled failed run before processing the full backlog. Otherwise, a successful reconnection may restore service temporarily while leaving the workflow dependent on another individual employee.
Task Limits and Rate Limits Require Different Fixes
A task-capacity problem is an account-usage issue. A rate-limit problem is a request-frequency issue. Both can interrupt runs, but purchasing more tasks will not fix an application that rejects requests arriving too quickly.
According to Zapier’s Zap limits documentation, action steps that run successfully generally count toward task usage, while triggers, filters, and certain built-in tool steps do not. When an account reaches its available task capacity, runs may be held until tasks become available or the account’s capacity changes.
Billing behavior can also depend on whether pay-per-task billing is enabled and whether its maximum usage amount has been reached. For a clearer distinction between workflow structure and billable execution, review Zapier tasks versus Zaps.
Rate limits usually appear when a workflow sends too many requests to Zapier or a connected application within a short period. Adding retries without controlling the burst can make the issue worse. The workflow may need delays, queueing, batching, narrower trigger rules, or fewer duplicate searches and updates.
Silent Failures Reveal Missing Control Layers
The most expensive Zapier issues are not always runs marked as errored. A workflow can finish successfully while creating the wrong record, skipping a branch, duplicating an update, or sending incomplete information. Zapier can report whether the configured steps executed, but the workflow still needs controls that confirm the intended business outcome.
Build validation around the result that matters. A customer-sync workflow should confirm that the destination customer ID exists. An estimate transfer should compare totals or line-item counts. A lead-routing workflow should identify records that reach no owner, not merely confirm that the routing Zap ran.
This is visible in Alltomate’s Jobber and Zapier integration case study for a painting company. The system had to do more than move a customer name between applications. It used four controls:
- Customer searches based on a consistent identifier
- Rules controlling when finalized estimates were copied
- Line-item translation between different application structures
- Supporting information attached to the correct Jobber record
Together, those controls addressed double entry, inconsistent totals, and missing estimate details.
At higher volumes, even a small percentage of incorrect runs can create a substantial cleanup queue. Exception notifications, duplicate checks, reconciliation reports, and custom error handling should be considered part of the workflow when the operational risk justifies them.
When to Repair the Zap and When to Redesign It
An isolated expired connection, renamed field, or temporary application error normally calls for repair. A recurring failure that moves between steps, requires frequent manual replays, or produces different results for similar records usually points to architecture.
Redesign becomes the stronger option when the workflow depends on unstable text labels instead of IDs, repeats the same lookup across several branches, cannot distinguish new records from updates, or sends data to the destination before validation is complete. The same applies when one large Zap performs unrelated processes and a failure in one branch makes the rest difficult to inspect.
The comparison below shows when a local repair is enough and when recurring failures justify rebuilding the workflow structure.

We see this consistently in new installs inherited from teams that expanded automation one step at a time. Each addition looked reasonable in isolation, but the completed Zap had no clear ownership, exception path, or reliable way to reconcile missed records. Troubleshooting became slow because the workflow did not expose where the business state changed.
A redesigned system may separate intake, validation, processing, and exception handling into clearer workflows. It may also centralize shared lookups or formatting rules so that one correction fixes every dependent process. Alltomate’s Zapier workflow automation solutions focus on building that operational structure rather than stacking additional steps onto an unreliable foundation.
Final Answer: The goal of Zapier troubleshooting isn’t just clearing an error. It’s identifying the exact point where a workflow’s actual behavior diverged from the intended business outcome. Repair isolated failures at that layer. When the same failure keeps returning across records, branches, or connected apps, redesign the workflow around stable identifiers, validation, and clear exception ownership rather than repairing the same symptom again.
Need a reliable system?
Related Resources
Frequently Asked Questions
Is Zapier not working if the expected trigger does not appear in Zap History?
Not necessarily. If no matching run exists, check whether the source record met the trigger conditions, whether the correct app account and workspace are connected, and whether the trigger is instant or checked on a schedule. A missing run usually means the problem occurred before any action steps started.
Why does a Zap test successfully but fail with live data?
Test records are often more complete or structured differently from live records — Zapier’s own trigger documentation notes that test records may not match the data a Zap receives during live runs. A live submission may leave an optional field blank, use a different status, contain an unexpected date format, or lack the identifier required by a later search or update step. Compare the failed run’s Data In with the test data used during setup.
Should failed Zap runs be replayed before editing the workflow?
Diagnose and correct the underlying problem first. Replaying before fixing the connection, mapping, permission, or rate-limit issue will often reproduce the same error. Use Zapier’s replay function for one controlled run after the correction, confirm the destination result, and only then process additional failed runs.
Why is Zapier not loading even though my automations are still running?
The Zapier dashboard or editor can experience a browser, session, network, or interface issue without every automation stopping. Check Zap History, the official status page, and another browser session before changing live workflows. Avoid turning Zaps off solely because the editor is slow to load.
When does a Zapier issue require redesign instead of troubleshooting?
Consider redesign when the same workflow repeatedly needs manual replay, creates incorrect but technically successful results, depends on unstable labels, contains duplicated logic, or has no exception and reconciliation process. Those symptoms indicate that the problem is structural rather than an isolated Zapier glitch.
About the author
Miguel Carlos Arao is the Founder & CEO of Alltomate, a Zapier Certified Platinum Solution Partner. His work includes diagnosing failed triggers, broken field mappings, app-connection issues, and recovery paths in production Zapier workflows. The patterns in this article come directly from client implementations involving field-service and operational processes.
Built by a certified Zapier automation partner
Explore more at
the Zapier platform overview,
Zapier for business automation, and
why businesses hire a Zapier expert.