The run list
Ten runs per page, newest first:| Column | What it tells you |
|---|---|
| Time | When the run started. |
| Status | How it ended. |
| Direction | Source → Webflow, or bidirectional. |
| Actions | Records created, updated, deleted, skipped, failed. |
| Duration | How long it took. |
Reading a status
| Status | Meaning | Action |
|---|---|---|
succeeded | Everything applied. | None. |
running / queued | In progress. | Wait. |
partial / partially_succeeded | Some records applied, some failed. | Open the run. Something is wrong with specific records. |
failed / error | The run did not complete. | Open the run; check the source and destination account health. |
cancelled | Someone stopped it. | Records already written stayed written. |
Run detail
Click any run to see what it did record by record: what was created, updated, deleted, or skipped, and which records failed and why.“Item-level details are not available for this run.”Some runs don’t retain per-record detail. The summary counts are still accurate. If you need to know which records failed, run the sync again and inspect the fresh run.
Common failure causes
A required Webflow field was empty
A required Webflow field was empty
Webflow rejects items missing a required field value. Fill the source column for those rows, or make the field optional in Webflow.
A value didn't fit the field type
A value didn't fit the field type
Field-type checks catch most of this at mapping time, but a value can still be rejected at write time — a number out of range, a malformed URL, an option that isn’t in Webflow’s allowed set.
Duplicate identity values
Duplicate identity values
Two source rows with the same identity value can’t both own the same Webflow item. Deduplicate in Airtable.
Rate limits
Rate limits
Heavy polling or a large first sync can hit Airtable or Webflow API limits, which surfaces as a
degraded account. Widen your polling interval.The provider account needs reauth
The provider account needs reauth
Check Data Sources. A
reauth required account stops syncs.