Stephen Cremin
Stephen Cremin
With the `uploadAttachment` API endpoint (quietly) introduced by Airtable in July 2024, ExAirtable's in-memory rate limiter is no longer suitable for large data processing without pre-throttling. You can include a...
There are two features I want on a new project from ExAirtable: faster deletes and smart upserts. The latter was introduced in the Airtable API in 2022, where the API...
I went looking for multiple-records deletes, rather than single record deletes, when I saw extensions being able to delete 50 records at a time. The Airtable API supports deleting 10...
According to its documentation, `Service.update/3` uses a PUT request when `:overwrite` is set to `true` in its Keyword list of options. This will "overwrite all values in the destination record...