Hi,
Is it possible to create multiple records in one API request? The API documents only speak of creating one record at a time.
I have a quiz app and want to post the answers (one answer per record) to my AirTable, but since the AirTable API has a rate limit of 5 requests per second, I can’t just dump the answers via multiple requests, so want to post them all at once.
Is it possible?
Thanks!