How to get record IDs
How to find the Record ID for each connector
Airtable
Add a Formula field using the formula:
RECORD_ID()
View the IDs in the newly created field

Webflow
Open up an item in the CMS
Scroll to the bottom of the item
Copy the ID

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

Notion
Add a Formula field using the formula:
ID()
View the IDs in the newly created field

Bubble
Bubble does not expose record ID in their data viewer
Last updated
Was this helpful?