> For the complete documentation index, see [llms.txt](https://docs.whalesync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalesync.com/resources/support/how-to-get-record-ids.md).

# 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="/files/h0xw6Fz1FU61ED4xn3Lx" 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="/files/DHaSWo4tvh37B01sTfNN" 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="/files/eh7txrGFxWuxRGHJA4ue" 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="/files/XqthbpXFyoM1ZSiDeMtr" alt=""><figcaption></figcaption></figure>

### Bubble

* Bubble does not expose record ID in their data viewer
