Creating and Modifying Airtable Records
Adding New Records
To add a new record to Airtable, you need to specify the type of object you're creating and provide the necessary field values. For example:
This command creates a new project named "New Initiative" with a specified start date and status.
Updating Existing Records
To update an existing Airtable record, you must identify the record by its ID and specify the fields you want to update. For example:
This command updates the status of the specified project to "In Progress".
Deleting Airtable Records
Single Deletion
To delete a specific Airtable record, you need to specify the record and its ID. For example:
This command deletes the record with the specified ID.
Last updated
Was this helpful?