> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 列表转文本

## 指令说明

**描述：** 将列表中的每一项内容合并起来，以字符串的形式呈现

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/jointextcommand-03.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=e783246f2c98779fe38cd677fb5ba69a" alt="列表转文本指令参数面板" width="656" height="403" data-path="helpcenter/commands/data-processing/images/jointextcommand-03.png" />

    | 参数         | 说明           |
    | ---------- | ------------ |
    | **要合并的列表** | 输入待合并的列表     |
    | **保存结果至**  | 将合并后的文本保存为变量 |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/jointextcommand-04.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=e80473bab234aad93570534b69ff168e" alt="列表转文本使用示例" width="652" height="401" data-path="helpcenter/commands/data-processing/images/jointextcommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/jointextcommand-02.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=371923bec3c61d66ef1496f7a4a9feff" alt="列表转文本使用示例 - 输入文本文件" width="943" height="616" data-path="helpcenter/commands/data-processing/images/jointextcommand-02.png" />

**该流程执行逻辑：**

本例演示【列表转文本】指令的配置与执行：

1. 选择需要合并的列表变量。
2. 将列表项拼接为文本，并把结果保存到指定变量。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/jointextcommand-05.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=c9cc7bae8f900761ffaeec7e185a305d" alt="列表转文本使用示例 - 效果展示" width="1136" height="516" data-path="helpcenter/commands/data-processing/images/jointextcommand-05.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
