> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-join-list-to-text.md).

# Rule action: Join list to text

**Used for:** converting a list to a normal text field with the list elements separated by a specific character (e.g. comma).

**Used in:** "THEN"-statements and "ELSE"-statements.

This rule is the opposite of the ['split text to list' rule](/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-split-text-to-list.md). In this case, your field already contains a list and you want to convert this to a normal text field (with the elements separated by a certain character). In the example below we will convert a list of sizes to a text field with the sizes separated by "-".

<figure><img src="/files/604ef90661e29d3e037f2ae7187ce5c9f360c7e8" alt=""><figcaption></figcaption></figure>

This is what the size field looked like before the rule:

<figure><img src="/files/ddc3d17dcd5a0518ee77e45a7cb3fe7768c2ab1f" alt=""><figcaption></figcaption></figure>

And this is what it looks like after saving the rule:

<figure><img src="/files/94dd0769621dd35f9c8194c0f858e2f9dc75f9af" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-join-list-to-text.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
