> For the complete documentation index, see [llms.txt](https://help.connectmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connectmate.io/support-center/faq.md).

# FAQ

Frequently Asked Questions

## Will Webflow records be live after a sync? <a href="#block-23e3ca2f5cd146d5b7478e73b636b379" id="block-23e3ca2f5cd146d5b7478e73b636b379"></a>

Yes. Webflow records will be **`Published`** by default when synced from Airtable.

## How do I create a slug field in Airtable? <a href="#block-a29e0e4dbc9041cdbe9202657f51b88a" id="block-a29e0e4dbc9041cdbe9202657f51b88a"></a>

In Airtable you can use a **`Single Line Text Field`** if you’d like to enter slugs yourself or a **`Formula`** field to have slugs generated automatically.

```
LOWER(REGEX_REPLACE(REGEX_REPLACE(TRIM({Name}), "[^a-zA-Z0-9- ]", ""), " ", "-") & "-" & RIGHT(RECORD_ID(), 5))
```

## What happens if I 1-way sync from Airtable to Webflow, but update data in Webflow?

While ConnectMate offers full 2-way sync, you can also use ConnectMate for 1-way sync. For example, you might want to 1-way sync data from Airtable to Webflow.

In this scenario, if you update data in Webflow, it will not automatically get replaced by what's in Airtable. With a 1-way sync from Airtable to Webflow, ConnectMat only monitors for changes in the source (Airtable) and not in the destination (Webflow).

Any time an update happens in Airtable, it will sync to Webflow and overwrite the corresponding record.&#x20;

## What data does ConnectMate store?

While there are slight differences for each connector, as a general rule, ConnectMate stores your:

* Records
* Database/site ID
* Table/column names and IDs
* API keys

Our database uses encryption for data storage. We encrypt API keys and private URLs at rest with [AES-256](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), thus double encryption for those.

As an example, for Airtable, ConnectMate stores your records, your Airtable base ID, table name, column names, your Airtable API key, and a URL to a private view of your base.&#x20;
