I have an HTTP request that returns an array of campaign sequences with under each campaign sequence a nested array of sequence variants (See picture for data structure).
I want to add this data to Airtable but I’ve only managed to do it when I create a record one by one.
Preferably I want to use the “bulk upsert” Airtable module to save Make operations. However, I’m running into issues configuring the bulk upsert module. I think I’d need to use the get( and map( forumlas to extract the datapoints from the arrays up to 10 records at a time? So far I haven’t been able to do that properly and I’m getting weird outcomes with the nested arrays. Please advice.