> For the complete documentation index, see [llms.txt](https://200ok.gitbook.io/200ok-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://200ok.gitbook.io/200ok-documents/user-manual/built-in-functions/text/join.md).

# join

join() function is the Standard function available in 200OK.

**Description** : The join function concatenates a list of values using a specified separator. Notably, the separator is provided as the last element of the list.

**Syntax** : fx\_join()

**Example** : fx\_join(2,3,5,-) it returns concating the values with the mentioned '2-3-5'.

**Scenario** :  A data analyst is preparing a report summarizing the performance of various marketing campaigns. They utilize the fx\_join function to concatenate the names of the campaigns with commas as separators, creating a concise list for inclusion in the report.

<br>

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/ouaV1qr8mloCXhHFvJLZ2rc6MfrvW3HQ5RilvzCbCICCSPJTLBi6XxRG66kOtjq62txva6m1-pbco6RZ2-2uyJF3i1awAu_rwK8bQRnY_nj19lQT_QYzCg3R_C1hyM4gR63k9ujXFpTm3rAubVVh3rU" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/jDApx-e8HXS-GRJOvCwdl8pJnBFuj1BloKv24xWtuhqXFoMbZlG8u4KH_HXtFxiwM832zQRYha09793p1DN4XHvWf7JV8eCjh228ob4ThbyEsTcEH3go_166bqSUXJOmjJ1Ke9Mp2WecX9Kqf8ngB7g" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/KQY9s91f5PyUbC31BhVx48qZ-Obt6VvdpfJ0jNGjnRkfQPzrAwDTcqPSwV6WItWBC3A-isHKCVT0pN3V4eMakZnR3DwxPZbvc8kYijEBoA064IUDUNsbruZpZrTFD2AuL36dW_InbW8Wim2-6i-b3Tc" alt=""><figcaption></figcaption></figure>
