Help

Re: How to get linked records using the API

1257 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Chinara_James
6 - Interface Innovator
6 - Interface Innovator

Hi everyone,
Just wrote a tutorial on how to get linked records. It covers two scenarios

  1. Simple display linked record details on the same page as the “parent” e.g Products listing with their associated suppliers
  2. Filtering the parent records by a specific e.g Filtering the product listing by supplier

Hope you find this useful.

How to get linked records using the Airtable API | Chinara James

This post is part of a series all about working the Airtable API. If you’re not familiar with Airtable, you should definitely check it out and if you’re not sure about getting started with their API…

2 Replies 2
Martin_Edwards
5 - Automation Enthusiast
5 - Automation Enthusiast

This is nice, thanks.

I’ve changed my thinking on this a bit, and decided to retrieve the table where the linked records are, and then point to the linked records as and when I need them.

It makes less API requests, and does the heavy lifting upfront (which I’m caching the tables anyway), plus I need the rest of the data at some point.

Derick_Zihalirw
4 - Data Explorer
4 - Data Explorer

This is nice, can you please show us how you did it?