Joins array items into a single string using a separator.
Use this mapper to glue all the items in a list together into one piece of text, with a separator of your choice placed between each item. It is the opposite of splitting text apart: handy for turning a list of tags into a comma-separated label, or a set of name parts into a single full name.