All tasks
base.table.getRecords
Gets multiple records for a table. You can filter. Official Airtable Docs.
example.ts
base.table.getRecord
Gets a single record (using the id) for a table. Official Airtable Docs.
example.ts
base.table.createRecords
Create one or more records in a table. Official Airtable Docs.
example.ts
base.table.updateRecords
Update one or more records in a table. Official Airtable Docs.
example.ts
base.table.deleteRecords
Delete one or more records in a table (using ids). Official Airtable Docs.
example.ts