batch_update_records
Update multiple records in a single API request by specifying their IDs and field changes for any Airtable base and table.
Instructions
Update multiple records in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| records | Yes | Array of records to update | |
| typecast | No | Automatically convert field types |