Processing Array Output in Chunks

Hi All,

I am trying to process an array with hundreds of collections in chunks of 100.
From each chunk I need to extract a string with an element (the keyword, see below) comma separated, and pass such string to an LLM.
I need to do this iteratively for each chunk of 100, until the whole array is processed.

I am using the DataForSEO module, and when I get the output, I get only 1 Bundle with 1 Array containing hundreds of collections.
As anticipated above, I need only 1 element of this collection, the “Keyword”:

I tried using the Repeater module with this settings to separate the “Results” Array in chunks of 100:

And then using the Slice function in the Text Aggregator module:

But in the output I get a generic [Collection], and not the content of the actual Keyword:

Any suggestions on how to achieve this?

Welcome to the Make community!

For more information, do view these similar questions previously asked by other community members, which may answer your question:

Next time, please try to search this forum first for existing answers. This may help you get to the solution faster, and also help keep the forum organised. Thanks for your cooperation!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.