Collection operation to concatenate all items by specifying the collection variable, eliminator, output text variable.
a Collection with items of "One":"Two":"3", to be concatenated and output as a string variable as "One,Two,3" if comma is the eliminator supplied.