Hi everyone,
I’m running a scenario where Apify scrapes TikTok data and returns around 200 items in one dataset run. Each item contains multiple fields (caption, video link, metrics, etc.).
My workflow looks like this:
-
Apify → Get Dataset Items (returns ~200 bundles and each bundles containing multiple fields like id, text, name, etc.))
-
Airtable → Bulk Upsert Records (advanced)
The problem is:
If I send the dataset directly into Airtable, Make treats each item separately and charges 1 credit per record → so 200 records = 200 credits per run, which is too expensive.
Has anyone successfully handled bulk inserts to Airtable from Apify via Make without consuming one credit per item?
Any recommended module setup, aggregation method, or best practice would be greatly appreciated ![]()


