# Join Strings

### Description

Join a string into a full sentence based on comma separated values

### Properties

#### Values to join

A list of items to join separated by a comma. These can be a string or a variable.&#x20;

{% hint style="info" %}
The individual values are not trimmed so remember this when using variables. The interpreter might not detected a world value because of the space
{% endhint %}

### Returns

Returns the joined strings
