Skip to main content
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.

Fields

Sample data

This example joins a list of tags into one comma-separated label.
FieldValue
Glue,
Input:
["summer", "sale", "outdoor"]
Output:
"summer, sale, outdoor"