Skip to main content
Solved

List concatenator


Forum|alt.badge.img+1

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

View original
Did this help you find an answer to your question?

2 replies

ebygomm
Influencer
Forum|alt.badge.img+38
  • Influencer
  • Best Answer
  • May 9, 2019

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


Forum|alt.badge.img+1
ebygomm wrote:

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

Ahhh thanks the Aggregator was what was needed . I have my concatenated string with comma separators.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings