Create record cant create multiple records!

Hello I need help with creating multiple record in Airtable. I have a super simple workflow I have Airtable search which sends a username to http and returns data from user posts,array of 12 items. The thing is that workflow don’t create 12 new records in Airtable it creates only 1. The second picture is the settings of Create record.

Also since API allows me only to scrape 12 posts per record,I have something like “pagination_token” where I need to put that in parameters. I had idea to make for example 3 HTTP in row and after each HTTP to send that token to next one. But I don’t know how can I create those records in Airtable

image

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello, If I see it right, you are using the first item of the object. You can try using the split out node to get the single object item into 12 single items. You can also check out the Beginner YouTube Playlist.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.