How to get record IDs

How to find the Record ID for each connector

Airtable

  1. Add a Formula field using the formula: RECORD_ID()

  2. View the IDs in the newly created field

Webflow

  1. Open up an item in the CMS

  2. Scroll to the bottom of the item

  3. Copy the ID

Postgres

  1. Whalesync requires a generated ID to sync with Postgres

  2. This generated ID is your record ID

Notion

  1. Add a Formula field using the formula: ID()

  2. View the IDs in the newly created field

Bubble

  • Bubble does not expose record ID in their data viewer

Last updated

Was this helpful?