Activity «Output list as string» can be found in section «Collections.List».
Activity converts a list into a string using the specified delimeter.
Click on the image to enlarge it.
Property; Class; Type; Description
List; In; Collections.IList; The list to convert to a string
Delimeter; In; String; Delimeter that will be used to concatenate list values
Output string; Out; String; String representation of the list