Concatenate List With Separator

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
    Matthew

    Output: Keith; Eric; Will; Althea; Tony; Logan; Matthew
    Thanks for your help!

  • Unknown
    edited November 2023

    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.

Sign In or Register to comment.