You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently BaseRecord.save() and BaseRecord.delete() operations operate on single records.
It's interesting to offer an alternative form to these operations that take advantage of the batching capabilities of Airtable API for these operations (currently limited to 10 records per request).
The text was updated successfully, but these errors were encountered:
Currently
BaseRecord.save()
andBaseRecord.delete()
operations operate on single records.It's interesting to offer an alternative form to these operations that take advantage of the batching capabilities of Airtable API for these operations (currently limited to 10 records per request).
The text was updated successfully, but these errors were encountered: