Text Aggregator Output Bundles

:bullseye: What is your goal?

Pass only the first bundle in Text Aggregator output

:thinking: What is the problem & what have you tried?

Hi, I have a text aggregator module that outputs 6 bundles since I have the text aggregator settings to be grouped by “owners”

how do I pass the first bundle only? it does not have the bundle position.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Hey there,

sorry can you show the entire flow and what you are trying to do here?

You have an array of items, you are iterating it and then a text aggregator groups it in a text string → this one is set to group by owners and you want the text only for a specific owner?

Welcome to the Make community!

You are correct that the Text Aggregator does not output a bundle index or total number of bundles. This is because it currently outputs a single variable, and is probably an oversight. I’m sure others will agree that having the bundle index or total number of bundles would be nice to have too!

If this is important to you, please submit this suggestion to the Idea exchange, under App Improvement Ideas. However, do search for a similar request first (and also upvote), just in case it has already been suggested to avoid duplicates.

As a workaround, you can use an Array Aggregator module to aggregate the bundles from the Text Aggregator, then use the built-in function:

to get the first group from the array.

e.g.:
Screenshot 2026-02-06 205720

Hope this helps! If you are still having trouble, please provide more details.

— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

2 Likes

Awesome! Thanks so much, @samliew

1 Like