Anybody can fix this aggregator combining problem?

Does anybody know how i can combine these collections into one text. i hae trie text aggregator and it omes out with either ones result from one collection or it comes out with the amount of collections but never the text/result from the collections combined.

Hi,
You can use an iterator to go through each collection and then utilize a text aggregator to merge all the long strings together.