Feb 09, 2019 04:41 PM
Hi everyone,
Just wrote a tutorial on how to get linked records. It covers two scenarios
Hope you find this useful.
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…
Jul 02, 2019 03:55 AM
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.
May 09, 2022 10:03 PM
This is nice, can you please show us how you did it?