Make.com / Airtable Record Creation Problem Limit to 20 Records

Hello.

I am encountering a small problem with a Make.com scenario

Goal: Scrape info from an API and update a table inside of Air Table

API is running smoothly, all data is being pulled.

Currently, the scinerio is only running and creating 20 records total inside of air table. I have a paid subscription and am running into this problem It should run continuously.

Anyone have any info about this?

*Filter between search record and create record is to filter out duplicates

I want to create MORE THAN 20 RECORDS

I think you need use the Array aggregator
module

2 Likes

Welcome to the Make community!

Did you mean to create 20 records, or just a single record?

If you meant to create those 20 records, the scenario is doing exactly what it should be doing, and it’s unlikely you can optimise it further.

You can always purchase more operations.


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

2 Likes

Thats a great question that I did not specify - I want it to create MORE than 20 records…

In that case you’ll need to provide more information on the site and pages you are scraping, and example output bundles of the HTTP module, so that we can see why it’s only outputting 20 bundles instead of “more bundles” like you mentioned.

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

I believe I have found the issue…it is buried in the API pull request

1 Like