Sep 24, 2024 01:58 AM
Hi how can I get data from air table using code in gsheet?
Sep 24, 2024 02:51 AM
You'd use Google Apps Script and the Airtable Web API to do that:https://airtable.com/developers/web/api/introductionhttps://developers.google.com/apps-scriptIf you're not familiar with programming you may want to use Airtable's inbuilt automations for this that allow you to trigger automations when a row is created in Sheets, as well as create a row in Sheetshttps://support.airtable.com/docs/google-workspace-triggers#google-sheets-triggerhttps://support.airtable.com/docs/google-workspace-actionsYou could also consider using a third party integration tool like Make.com to handle it