# How to get record IDs

### Airtable

1. Add a Formula field using the formula: `RECORD_ID()`
2. View the IDs in the newly created field

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FlpMfo5U8GGeALGDafGn4%2FFormula%20Field.png?alt=media&#x26;token=ba0a2038-992c-4483-bbba-c729d2b6a3bb" alt=""><figcaption></figcaption></figure>

### Webflow

1. Open up an item in the CMS
2. Scroll to the bottom of the item
3. Copy the ID

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fgl3wXXJ8OciHKVpziMkI%2FWebflow%20Item%20ID.png?alt=media&#x26;token=c16e50d3-3b43-4c3e-a201-e1c6b0a4fd5d" alt=""><figcaption></figcaption></figure>

### Postgres

1. Whalesync requires a generated ID to sync with Postgres
2. This generated ID is your record ID

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FJO9KPyrziVAAtAeMTtpQ%2FSupabase%20ID.png?alt=media&#x26;token=7b68ce0d-e3d4-48ab-b11a-872d33a611a4" alt=""><figcaption></figcaption></figure>

### Notion

1. Add a Formula field using the formula: `ID()`
2. View the IDs in the newly created field

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FX73C0eRlsUDknJqFIqfq%2FNotion%20Record%20ID.png?alt=media&#x26;token=19d3fe0c-760f-490e-82c5-70438487ba5c" alt=""><figcaption></figcaption></figure>

### Bubble

* Bubble does not expose record ID in their data viewer
