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?