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
Go to the Whalesync Issues page or Logs page
Click on an issue/log to open the issue/log details
Scroll to the Record ID section
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