I want to link Apollo to Airtable so I can people search from within my base.I got the Apollo organization data working with the code below to fetch company details:let apiToken = 'API KEY HERE';
let table = base.getTable('TABLE NAME HERE');
let { r...