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.
