How can I create bulk records to Airtable

Hello. I want to add JSON obtained through an HTTP request to Airtable.
I have already succeeded in adding one record.

However, when I tried to add records to Airtable using multiple data inside the JSON array, the records were not added as I expected.(The record is added, but only blank spaces are added without any data.)

I gress that if want to add multiple data to Airtable,
I have to use the Airtable API because Make’s airtable:create record module only supported one record at a time.
Is my understanding correct?

I am looking forward to your response.

Hi @sumomotooru

Welcome to Make Community!

As you mentioned this, you can iterate through the array and can map in airtable module. This will create records one by one.

This is more efficient way to save Make operations.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes

Thank you for your solution!
Now I can!

image

3 Likes

@sumomotooru

Glad to know that I could help you! :smiley:

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes