join

Description

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

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

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

DescriptionOutput 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.

Last updated