I am trying to bulk add an array (creating mulitple records) into Airtable.
It works perfectly for Google Sheets, but I think htere is a mapping issue with Airtable. I cannot correctly pass the arrays into new Records.
Hello @DubaiDude,
Please share this
Can you please share the Array data format given to Bulk Create Records?
Like what is Output of your Array Aggregator.
Also, explain what method is used for Create Records in Bulk.
See in the documents there are 2 methods
Make Help: https://www.make.com/en/help/apps/database/airtable#bulk-create-records--advanced-
Self-checking things.
Another thing is when you pass an array of records to Airtable you should need to follow the proper structure of the array with its field type and field ID/Name.
See this official help of Airtable Airtable Web API
Field type for reference: Supported Field Types Overview | Airtable Support
P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution and
Need expert help or have questions? Contact or comment below!