Skip to main content

Retrieve records from different tables

  • September 20, 2021
  • 1 reply
  • 16 views

Hi all,
I´m trying to integrate Airtable with Appgyver using the Airtable API.

I need to retrieve some fields from different tables based on an unique value (the company id) which is not the record id.

Is it possible? Can I retrieve different fields from different tables based on the company id instead of the record id ? How can I do that?

1 reply

Forum|alt.badge.img+19
  • Inspiring
  • September 21, 2021

Yes. The filterByFormula method will do that. You can also create views in Airtable to provide your integration with pre-filtered collections of records or even a single record.