I am supplying a list of 113 list attributes from a ListBuilder to a ListConcatenator How do I get this to concatenate into one long string with comma separator characters.
My Results output is just
I am supplying a list of 113 list attributes from a ListBuilder to a ListConcatenator How do I get this to concatenate into one long string with comma separator characters.
My Results output is just
Best answer by ebygomm
There's no need for a list builder here, you can send your inputs to an aggregator and choose to your list attribute under attributes to concatenate.
If you wanted to use the listbuilder followed by a listconcatenator, you don't want the group by on your list builder. At the moment you're not actually creating a list to concatenate
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.