The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
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…
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.