Processing Each Element In Array

Sup guys!

In my scenario I essentially wanted to filter a large array based on how many times a certain key was present.

Now that i’ve done that, in my Array Aggregator i’m unsure how to know process each element in the array.

The aim now is to pass each element through OpenAI and then add them to a google sheets

Linked my bluepint below:
blueprint (1).json (31.7 KB)

Thanks!

Hey there @aosbornee,

This seems achievable with the Iterator module. You can map the array containing all the elements in the Iterator module and it should return one bundle for each item. Have you already tried that approach?

1 Like