Skip to main content
Four settings decide when a connection runs and what it’s allowed to do. They’re set in the wizard’s final step, and changed later through an editable draft.

Sync direction

One-way (source_of_truth) — Airtable updates Webflow. Webflow edits to mapped fields are overwritten on the next sync. Two-way (constrained_two_way) — shared fields can update both sides, and each field gets its own direction.

Sync cadence

Two options, shown in the connection settings as Fallback scan: “Keep manual syncs only or add a polling backup for missed webhooks.”
Syncs run only when you click Sync now, or when realtime detects a source change.
Minimum poll interval: 5 minutes. “Minimum poll interval is 5 minutes to avoid rate-limit issues.”Polling harder does not make syncs faster. It burns Airtable and Webflow API quota, which makes every sync — including the realtime ones — slower and more likely to fail. If you want sub-minute latency, you already have it: realtime is included on every plan.
A sensible polling interval is measured in hours, not minutes. It exists to catch the rare miss, not to carry the load.

Auto-publish after sync

Default: on.
publish_on_create. Items written by a sync are published to the live site.Right when the source table is the editorial system of record and content is ready when it lands there.

Delete propagation

Default: off. New connections are delete-safe until you deliberately change that. The setting is Delete counterpart records“Propagate deletion to the mapped record in the other provider.”
A deleted record’s counterpart stays. Synclify stops managing it.Safe. Costs you stale items that need occasional manual cleanup.
Switching it on is a two-step action. An amber Destructive delete propagation block appears — “Deleting a mapped record in either provider can delete its mapped counterpart in the other provider.” — with a checkbox you must tick:
I understand that counterpart records can be deleted.
Saving stays disabled until you do. One misplaced click cannot arm this.
Turning this on makes deletions propagate across providers.Two ways it bites people who didn’t expect it:
  1. Someone deletes an Airtable row to “clean up” — the published page disappears.
  2. Someone renames an identity value. Synclify sees the old record as gone and the new one as new. The old Webflow item is deleted; a fresh one is created. Any Webflow-owned fields on the old item are lost, and the URL changes.
Leave it off unless deleting a source row genuinely means unpublish this from the site.
Switching it on adds a Deleted records tab to the connection, where a deleted record stays recoverable for a retention window — see Deleted records.

When the policy can’t be saved

The stored policy is in a shape this version of Synclify cannot interpret. Rather than guess at something destructive, it fails closed and blocks saving. Contact support.
Something else blocks the change; the blocker’s own reason is shown beneath the heading.

Realtime

Not a setting — it’s on for every connection on every plan, with nothing to configure. “Realtime sync included — When a change is detected in the source, a sync runs immediately.” Its health shows on the connection detail page as a Realtime stat. Broken webhooks are repaired automatically; the full state table and the repair flow live on Realtime health.
If you see Realtime degraded with no polling fallback, add a polling schedule as a safety net while you investigate. Even a daily scan beats silent staleness.