---
title: "$Join"
---
Concatenates all elements of a list into a string using a specified separator.
$Join(Separator, Values)
Name | Description |
---|---|
☆ Separator | The string to use as a separator. The separator is only included if the list contains more than one element. |
☆ Values | The elements to concatenate. |