Skip to content

Zapier Says It Succeeded, but the Order Is Missing

31 Aug 2026 · 6 min read

The short answer

A successful Zap run confirms what the configured steps reported. It does not independently prove that the right order, lead or invoice reached the right final state. Trace one missing record end to end, then add an outcome check before replaying anything.

Zapier says the run succeeded, but the order never reached fulfilment. Or the lead is missing from the CRM, the invoice did not appear in accounts, or the notification arrived without the record it was meant to describe.

That is a real failure even when the automation dashboard is green. Start with the automation keeps failing diagnosis: identify one missing business outcome and trace the exact record from its source to its destination.

The important distinction is simple. A run status describes what the configured workflow did. The business outcome describes what your team or customer needed to happen. Those are related, but they are not the same test.

First, define what “success” was supposed to mean

Do not begin by opening every step and changing settings. Write one testable sentence:

When a paid Shopify order is created, the same order ID should appear in the fulfilment system within five minutes and be ready for allocation.

Your version might involve a lead, invoice, support ticket or supplier request. It needs four parts:

  1. The source event: what happened and in which system.
  2. The stable identifier: order ID, lead ID, invoice ID or another value that should survive the journey.
  3. The expected destination: the system, object and status that should exist.
  4. The useful time boundary: how long the result can reasonably take before somebody needs to know.

Without this definition, a notification email can look like success even when the operational record is absent.

Find the exact run for the missing record

Use the event time and stable identifier to find the relevant Zap run. Record the run ID before making changes.

Zapier's current documentation distinguishes between overall run status and individual step status. A run can contain filtered, safely halted, held, handled or delayed behaviour, and the overall status does not remove the need to inspect each step. Review the run detail rather than relying on the list view.

For the missing record, capture:

  • Trigger data received by the Zap.
  • The path or filter selected.
  • Input and output for each lookup and action.
  • Destination IDs returned by create or update steps.
  • Any handled error, held step, delay or replay.
  • The final record and status in the destination system.

Do not paste customer, payment or authentication data into a general troubleshooting document. Keep only the identifiers and fields needed to reproduce the issue.

Check whether the trigger saw the event

There are two different failures to separate:

  • No run exists: the trigger did not detect or receive the source event.
  • A run exists: the event entered the workflow and the failure sits later.

If no run exists, confirm the correct source account, trigger type, event time and whether the event was created before the Zap was switched on. For webhook triggers, confirm the sender received a successful response and used the current endpoint.

If a run does exist, compare the trigger payload with the real source record. A test sample or an older field shape can make a published workflow appear healthy while live records take a different route.

Inspect filters, paths and lookups

A workflow can behave exactly as configured and still produce the wrong business outcome.

Common examples include:

  • A filter excludes a legitimate order because one optional field is empty.
  • A path checks the wrong status or uses case-sensitive text.
  • A customer lookup finds no match and the workflow safely halts.
  • A name or email lookup finds the wrong person instead of using a stable ID.
  • A fallback path sends a notification but never creates the operational record.

For each decision, write down the rule, the value this record supplied and the route it took. Do not change the rule until you know whether the record is exceptional or the rule is wrong.

Confirm what the destination actually accepted

An action step can return an ID or a successful API response without proving the final record contains the right fields or status.

Open the destination system and search using the stable identifier. Check:

  • Was a new record created or an existing record updated?
  • Is it attached to the correct customer, company, deal or order?
  • Did required line items, amounts or status fields arrive?
  • Did a later rule, user or second integration overwrite it?
  • Is the record present but hidden by a view, location or status filter?

If the action returned a destination ID, use that exact ID. Searching only by name can hide duplicates and matching errors.

Do not replay until duplicate behaviour is known

Replaying is not a neutral action. A second delivery may create another order, contact, invoice or payment instruction.

Before replaying, establish one of these controls:

  • The destination uses the source ID as a unique external key.
  • The workflow performs a lookup before create and updates the existing record.
  • The action is idempotent, meaning the same request can be repeated safely.
  • A duplicate report will catch and contain any repeat.

Then test with one controlled record. Replaying a large queue before validating one case turns a missing-record problem into a clean-up problem.

Add an outcome check, not just an error alert

Error alerts are useful, but they only cover failures the workflow recognises. Add a separate check for the business result.

Examples:

  • Every paid order ID should exist in fulfilment within the agreed window.
  • Every qualified lead should have an owner and next action.
  • Every approved invoice should have a corresponding draft bill.
  • Every webhook receipt should produce a destination record or a visible exception.

Run the check on a cadence suited to the consequence. It should report missing identifiers, not just a percentage, and alert the person who can investigate or contain the failure.

This is reconciliation, not pessimism. It turns “we think the Zap is running” into a result the business can verify.

When the repair needs more than a Zap edit

A configuration change may be enough when one field, filter or connection is wrong. A wider API integration review becomes useful when:

  • Several tools can update the same record.
  • Replay can create financial or customer-facing duplicates.
  • The workflow needs reliable sequencing or recovery.
  • Volume or rate limits regularly hold work.
  • Nobody owns monitoring and incident response.
  • The native connector cannot represent the business object or relationship.

APIwise starts by reproducing one failed record, mapping the complete route and deciding whether to repair, simplify or replace the smallest responsible part. No tool is promised never to fail. The aim is to make failure contained, recoverable and visible.

A safe evidence pack for an integration diagnosis

Bring these items to an internal review or Integration Health Check:

  • What should have happened, in one sentence.
  • One source ID and expected destination ID.
  • Event time and Zap run ID.
  • Step statuses and relevant input or output fields.
  • Screenshots with personal and secret data removed.
  • Whether the record is missing, delayed, duplicated or wrongly associated.
  • What has already been retried or changed.

That is usually enough to begin tracing without sending an uncontrolled export.

If your automation keeps passing its own checks while the work goes missing, use the automation failure checklist or tell APIwise which systems are involved.

Sources used

Frequently asked questions

Why does Zapier say successful when the record is missing?

The configured path may have completed while a filter excluded the record, a lookup returned the wrong match, the destination accepted an incomplete update or the business outcome was never checked. Compare the exact source and destination records, not the overall status alone.

Should I replay the Zap immediately?

Not until you know whether any destination record was created or updated. Replaying without a stable identifier or duplicate check can create a second order, contact or invoice.

What information should I collect before changing the Zap?

Keep the source record ID, expected destination ID, event time, Zap run ID, each step status and the important input and output fields. Minimise personal data when sharing the evidence.

How do I know the automation delivered the business outcome?

Add a separate outcome check that confirms the expected destination record or status exists within an agreed time. Alert a named owner when that check fails.

Want this set up properly — and handled for you?

We're APIwise, the UK's API & AI integration specialists. Start with a fixed-price Integration Health Check and we'll map the quickest path to getting your systems talking.

Related guides

API Integration

What Is an API? A Plain-English Guide for Business Owners

What an API actually is, explained without jargon and with everyday analogies — and why it matters for running and growing a UK business.

25 Jun 2026 · 6 min read

API Integration

What Can APIs Do for Your Business? Real-World Examples

The practical things APIs let a business do — from ending manual data entry to real-time reporting — with concrete UK examples and the outcomes they deliver.

24 Jun 2026 · 5 min read

API Integration

APIs vs Integrations vs Automation: What's the Difference?

Three words that get used interchangeably — API, integration and automation — untangled in plain English, so you know what you're actually buying.

23 Jun 2026 · 5 min read

API Integration

Do I Need an API? A Simple Self-Check for Business Owners

A plain-English self-assessment to tell whether your business would benefit from connecting its systems via APIs — the signs to look for, and what to do next.

22 Jun 2026 · 6 min read

API Integration

Why Integrations Fail (and How to Build Ones That Last)

Why business integrations break or quietly stop working — the real failure modes (API changes, token expiry, rate limits, data drift, no monitoring) and how to keep them alive.

20 Jun 2026 · 10 min read

API Integration

How to Connect Stripe to QuickBooks Online (UK Guide)

A practical UK guide to connecting Stripe to QuickBooks Online: charges, fees, refunds, payouts, VAT and multi-currency, plus native app vs Zapier/Make vs custom.

18 Jun 2026 · 10 min read

API Integration

How to Connect Amazon to Xero: A UK Seller's Guide

A practical UK guide to connect Amazon to Xero: settlement-based journals (not per-order), FBA fees, refunds, reserves, VAT and marketplace facilitator rules, plus A2X vs custom.

17 Jun 2026 · 10 min read

API Integration

iPaaS Cost UK (2026): Pricing Models, Tiers and True Total Cost of Ownership

An honest UK guide to iPaaS cost in 2026 — Zapier, Make, Workato, Boomi and Celigo pricing models, indicative tier ranges, hidden costs and when iPaaS beats custom.

16 Jun 2026 · 8 min read

API Integration

Sage Salesforce Integration: A Practical UK Guide (Sage 50 & Business Cloud)

A plain-English UK guide to Sage Salesforce integration: Sage 50 vs Business Cloud API realities, connectors vs iPaaS vs custom, sync direction, and how to choose.

15 Jun 2026 · 10 min read

API Integration

How to Connect Shopify to Klaviyo (UK Guide)

A practical UK guide to connecting Shopify to Klaviyo: native integration setup, what syncs, the flows worth building, GDPR/PECR consent, and when you need custom events.

13 Jun 2026 · 8 min read

API Integration

How to Connect Pipedrive to Xero: A UK Integration Guide

A practical UK guide to connecting Pipedrive to Xero: won-deal-to-invoice, contact sync, payment write-back, the three integration routes, field mapping and VAT gotchas.

13 Jun 2026 · 7 min read

API Integration

How to Sync WooCommerce with Xero: A UK Ecommerce Accounting Guide

A practical UK guide to sync WooCommerce with Xero: orders, gateway fees, refunds, payouts, stock and VAT, plus plugin vs middleware vs custom and reconciliation tips.

12 Jun 2026 · 11 min read

API Integration

How to Connect Xero to Your CRM: a 2026 UK Guide

A practical 2026 UK guide to connecting Xero to your CRM (HubSpot, Salesforce, Pipedrive) — what to sync, three routes, field mapping and the real gotchas.

11 Jun 2026 · 10 min read

API Integration

How to Connect Shopify to QuickBooks Online (UK Guide)

A practical UK guide to connect Shopify to QuickBooks Online: orders, payouts, fees, refunds and VAT, plus connector apps vs middleware vs custom, and clean payout reconciliation.

10 Jun 2026 · 11 min read

API Integration

How to Sync Shopify and Xero (and Automate Your Ecommerce Accounting)

A practical UK guide to sync Shopify and Xero: what to sync, A2X vs Zapier vs custom, payout reconciliation, and the multi-currency and VAT gotchas.

9 Jun 2026 · 11 min read

API Integration

How to Connect GoCardless to Xero: A UK Direct Debit Guide

A practical UK guide to connecting GoCardless to Xero: native link vs apps vs custom, syncing payouts, fees, failed and retried collections, reconciliation and VAT.

8 Jun 2026 · 10 min read

API Integration

How to Connect HubSpot to Xero: A Practical Guide for UK SMBs

A plain-English UK guide to connecting HubSpot to Xero: what to sync, native vs iPaaS vs custom routes, one-way vs two-way, dedupe and VAT gotchas.

7 Jun 2026 · 7 min read

API Integration

HubSpot QuickBooks Integration: A Practical UK Guide

A plain-English UK guide to HubSpot and QuickBooks Online integration: contact sync, deal-to-invoice, payment visibility, native vs iPaaS vs custom, and VAT gotchas.

6 Jun 2026 · 8 min read

API Integration

QuickBooks to Salesforce Integration: Native vs Third-Party vs Custom

A plain-English guide to QuickBooks Salesforce integration: managed connectors vs iPaaS vs custom API, what data flows where, sync direction, and how to choose.

5 Jun 2026 · 10 min read

API Integration

How to Connect PayPal to Xero: A UK Reconciliation Guide

A practical UK guide to connecting PayPal to Xero: native feed vs apps vs custom, fees, multi-currency, refunds, reconciling the PayPal balance and VAT.

5 Jun 2026 · 10 min read

API Integration

How to Connect Stripe to Xero: A UK Business Guide

A practical UK guide to connect Stripe to Xero: the native feed, dedicated apps, Zapier/Make and custom builds, plus fees, VAT, payouts and multi-currency gotchas.

4 Jun 2026 · 10 min read

API Integration

Zapier vs Make vs Custom API Integration: Which Should You Use?

An honest, vendor-neutral guide to choosing between Zapier, Make and custom API integration — covering cost, reliability, complexity, data volume and lock-in.

2 Jun 2026 · 9 min read

API Integration

eBay Xero Integration: A UK Seller's Guide to Clean Books

A practical UK guide to eBay Xero integration: managed payments payouts, fees, refunds, marketplace VAT, summarised vs per-order journals, and A2X or Link My Books vs a custom build.

1 Jun 2026 · 9 min read

API Integration

Sage Shopify Integration: A UK Retailer's Guide to Orders, Stock, VAT and Payouts

A practical UK guide to integrating Sage 50 or Business Cloud with Shopify: orders, stock sync, VAT, payout reconciliation, the API realities and the connector vs custom routes.

30 May 2026 · 8 min read

API Integration

How to Connect Square to Xero: A UK Guide for Retail & Hospitality

How to connect Square to Xero for UK retail and hospitality: daily sales summaries, card fees, tips, refunds, payout reconciliation and VAT done right.

27 May 2026 · 6 min read

API Integration

How Much Does API Integration Cost in the UK? (2026 Pricing Guide)

An honest, plain-English guide to API integration cost in the UK for 2026: what drives the price, indicative ranges, ongoing maintenance and hidden costs.

27 May 2026 · 8 min read

API Integration

How to Connect Stripe to Salesforce: A UK Business Guide

A practical UK guide to connecting Stripe to Salesforce: AppExchange apps vs iPaaS vs custom build, what data flows where, MRR, failed payments and dunning, and the real gotchas.

23 May 2026 · 11 min read

API Integration

GoCardless QuickBooks Integration: A UK Setup & Reconciliation Guide

How to connect GoCardless to QuickBooks Online in the UK: syncing payments, fees, payouts and failed collections, plus reconciliation, VAT on fees and the common gotchas.

23 May 2026 · 6 min read