Iterating and Aggregating Multiple Bundles OK, But Mapping Them Impossible

  1. ChatGPT generated 10 tags from a blog post and returned the result:

  2. Using an Iterator, I could separate them into 10 different bundles.

  3. Then, I used the Array Aggregator to create one bundle with 10 different arrays.

  4. But when I try to map the value of those arrays in other modules, I can only use the last array. Why can’t I see the others?

I’ve read other topics about this issue, but none solved it. Any help would be much appreciated, thanks!

Can you share the map formula you’re using?

Map basically works for an array. It’s like this map(a;b;c;d)

From a give me b where c is equal to d

You simplified as from a give me b

You can try map(array; value)

I already found the solution. I created a “Set multiple variables” module and applied the following code for all 10 tags. Then, I could finally map them individually.

1 Like