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.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Combining multiple Collections into single text output | 2 | 182 | January 13, 2025 | |
| Combine elements of a collection in a single string | 7 | 240 | March 1, 2025 | |
| How can I join an object in an array to a single string | 2 | 468 | November 23, 2024 | |
| Aggregate different array collection data from a bundled output into single text string | 2 | 32 | March 18, 2026 | |
| How do I combine a text field from two collections in an array | 1 | 72 | January 18, 2025 |
