Skip to main content

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?


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.



Reply