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


