The output of my Array Aggregator is an Array with an Collection containing the key “text”. The Value is a string:
Now I want to combine all text strings of the array into a single string. How can I do that. I already tried Text aggregator, join and map functions, but I always got an empty string.
output.json (13.8 KB)