I believe the issue is being created by zapier. I have changed the docparser rules to stop at 10 records for the tables. Zapier however is interpreting the column header as a record causing there to be 11 records when there are only 10. Please help! Thank you.
Hi there @MLJ_GUY,
Welcome to the Community!
The error message you're encountering is: "Could not create Records in Airtable: A maximum of 10 records can be created per request but you have provided 11."
This error is originating from the Airtable API. According to Airtable's API documentation, when creating records in bulk, you can only create a maximum of 10 records per request. In this particular case, you're attempting to create 11 records, which is exceeding Airtable's limit.
Unfortunately, this is a limitation on Airtable's side and cannot be controlled via Zapier. To resolve the issue, you'll need to adjust your process to ensure that no more than 10 records are created per request.
You can read more about the Airtable limitations here: Airtable's API
Hopefully, this helps!