laravel-airtable icon indicating copy to clipboard operation
laravel-airtable copied to clipboard

Airtable API supports creating multiple records at once but SDK doesn't

Open essell opened this issue 1 year ago • 0 comments

If you pass a "records" array instead of fields to the Airtable API, you can insert multiple records at once.

Suggest adding a method createMultiple and modifying the post() method in the ApiClient object.

essell avatar Mar 12 '24 22:03 essell