Problem with text aggregator

Hey guys,
we are currently struggling with a problem with the iterator and text aggregator.

We request tags of the order via an API of our resource planning. An order can contain several tags. These tags should then be bundled into a text based on the name so that they can be queried later in a filter.
Here you can see what the scenario currently looks like. The text aggregator does not seem to include all bundles, so that only the first tag is always present in the order and all others are ignored. Any help or food for thought is welcome.



Welcome to the Make community!

Based on your screenshot it seems to have correctly aggregated both items into an array.

1321a15a2fbc15ed3d1429759dba8e3ce3f67050

This is because you are using an Array Aggregator. Did you mean to use another type of aggregator instead?

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

There are other types of aggregator modules, click the below links to find out more:

2 Likes

Which aggregator would be the best to put all bundles in one plain text? How would I set it up?

Use the Text aggregator.

2 Likes

here’s how you can use text aggregator

map your data in text and turn on advance option so that you can get data in desired format

1 Like