The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,I'm working with the NPM package to get data from tables which have lookup fields and I'm wondering if there's a way to ignore these lookup fields in the initial API call either by using some parameter or `filterByFormula`. I've checked the API do...
I managed to handle this myself by checking fields against the base schema for each base and only getting the fields that weren't lookups.Get the table schema fromaxios.get('https://api.airtable.com/v0/meta/bases/${baseId}/tables')With this you'll g...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.