Skip to main content
When you map fields, Synclify checks that each source column is compatible with the Webflow field you’re pointing it at. This page is the reference for what maps to what.

How the type check works

Synclify sorts every field into one of four type families and requires both sides of a mapping to share a family:
FamilyWebflow field typesTypical Airtable columns
TextPlain text, Rich text, Link, Email, Phone, Image, Multi-referenceSingle line, Long text, Email, URL, Phone, Single select
NumberNumberNumber, Currency, Percent, Count, Autonumber, Rating
BooleanSwitchCheckbox
Date/timeDate/TimeDate, Created time, Last modified time
A mapping within the same family is allowed. A mapping across families is blocked in the wizard — you can’t continue until you fix it.
Blocking is why you’ll see Continue disabled: “This field expects a number, but the source column is a different type.” Map a compatible column, or change the column’s type in Airtable.
The family check is deliberately stricter than the backend, which only warns. Without it, a bad mapping would create the connection and then fail on every sync. See Field mapping.

Webflow field reference

Every Webflow CMS field type Synclify supports, and the Airtable columns that feed it cleanly.
Webflow fieldFamilyAirtable sourceNotes
Plain textTextSingle line text, Single select, Formula (text)Direct 1:1.
Rich textTextLong text, Rich textFormatting may need to be HTML. Code blocks and checklists may not carry over.
NumberNumberNumber, Currency, Percent, Count, Autonumber, RatingThe value is sent, not the symbol — $1,200 syncs as 1200, 40% as 40.
SwitchBooleanCheckboxMaps true / false.
Date/TimeDate/timeDate, Created time, Last modified timeAlign time zones between Airtable and Webflow, or dates can shift by a day.
EmailTextEmailMust be a valid email string.
LinkTextURL, ButtonAny web or video URL.
PhoneTextPhone number
ImageText*A column holding a public image URLSee Images below.
Multi-referenceText*A column holding the referenced items’ identifiersSee References below.
* Image and Multi-reference belong to the text family, so the wizard won’t block a plain-text column mapped to them. But the family check can’t see whether the value is a real image URL or a valid reference — that’s on you. Test with a few records before syncing a whole table.

Images and references

These fields pass the type check as text, but the source value has to be right or the record is skipped or fails at sync time.
The source column must contain a publicly reachable image URL. Webflow fetches the image and hosts its own copy.
  • An Airtable Attachment field exposes a URL you can map.
  • Keep files reasonably sized — very large images can fail to upload.
  • A private or expiring URL won’t fetch.
The source column must contain the identifiers of the items being referenced in the target Webflow collection — not their display names.
  • Sync the referenced (child) collection first, so the items exist to point at.
  • Store the referenced items’ identifiers (slug or ID) in the source column, one connection per relationship.

Airtable columns with no clean match

Some Airtable field types have no Webflow equivalent. Flatten them in the source before mapping:
Airtable fieldWhy it doesn’t mapWorkaround
Multiple selectWebflow has no multi-value option field.Combine into a single text/rich-text column, or model it as a Multi-reference to an options collection.
DurationNo Webflow duration type.Convert to a Number (seconds/minutes) or a text label.
User, Created by, Modified byNo collaborator type in Webflow.Map the person’s name via a Formula or Lookup that outputs text.
Rollup / LookupOutput type varies and isn’t reliably typed.Reference the underlying field, or output text via a Formula.
BarcodeNo equivalent.Map the barcode’s text value via a Formula.

Tips for clean mappings

1

Pick a stable identity field

Your ID field should be unique and unchanging — a slug or an ID, not a value people rewrite.
2

Match single-select options exactly

When feeding a Webflow Option-style field, the source values must match the allowed options exactly — watch for trailing spaces and capitalization.
3

Use ISO dates and consistent time zones

Dates sync most reliably in ISO 8601 form (2026-07-09T10:22:00Z) with both sides on the same time zone.
4

Map each field once

A source column feeds one Webflow field per connection. To fill two Webflow fields from one value, duplicate the column in Airtable.