# join

## Description

Combines all array elements into a single string (text).

## Input / Parameter

| Name      | Description                                                                     | Input Type  | Default | Options | Required |
| --------- | ------------------------------------------------------------------------------- | ----------- | ------- | ------- | -------- |
| value     | The array to combine the elements of.                                           | Array/List  | -       | -       | Yes      |
| separator | The separator to include between each array element when they are being joined. | String/Text | -       | -       | Yes      |

## Output

| Description                                                                                     | Output Type |
| ----------------------------------------------------------------------------------------------- | ----------- |
| Returns a single string containing all the array elements separated by the specified separator. | String/Text |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
