join
The join() function provides the ability to convert a list of values into a formatted, filterable text string. Syntax join(separator, value) Argument Description separator (required) A separator (, / ; : |) surrounded by quotations which will be used to separate the list value. value (required) An association, pick list,…