How to get record IDs

How to find the Record ID for each connector

On the Logs page or Issues page, you may want to find results that are related to a specific record in one of your apps. To do this, you can use the "search by record ID" and enter the appropriate ID.

Below are instructions to find the record IDs across different apps:

Whalesync Issues

  1. Click on an issue/log to open the issue/log details

  2. Scroll to the Record ID section

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