Skip to main content

Hi Team,

Is there any way to get the relational data in single query. I am getting the record id of another table.

But i wants to get the full data of relational table along with id.

Please suggest.


No, but if you find a way, please let us all know. :winking_face:


The Airtable API is rudimentary. Ideally, it should have a GraphQL layer that provides a more advanced way to make requests and build concise responses. I have used GraphQL to do exactly this for specific clients. And while it is not trivial to build, the dividends it pays are huge.