Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Nov 10, 2021 11:04 PM
I’m trying to submit a request from an external database to add records and an error comes out. Tell me, is there any way to remove the restriction?
{“error”:{“type”:“INVALID_RECORDS”,“message”:“A maximum of 10 records can be created per request but you have provided 32.”}}
Nov 11, 2021 04:24 AM
Like it says, you can only create up to 10 records per request. You’ll have to programmatically adjust it on your end to do it in batches of 10 or less.