Concatenate List With Separator
Comments
-
Good Morning,
I am looking for a step to concatenate a list of items with a separator. It seems like I have seen a step which does this but I could be mistaken. I have experimented with the ‘Append Text List’ step but am not sure if that is the correct one as I am not sure how it works. I would like to do the following:
Incoming List:
Keith
Eric
Will
Althea
Tony
Logan
MatthewOutput: Keith; Eric; Will; Althea; Tony; Logan; Matthew
Thanks for your help! -
Hello,
I believe the step you should be using is Join Strings."
You can specify a character as a separator and then pass-in a list of strings as its source.