> ## 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/createlistcommand-04.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=9dfe651e4c6b26f859d0086c9939827b" alt="新建列表指令参数面板" width="660" height="367" data-path="helpcenter/commands/data-processing/images/createlistcommand-04.png" />

    | 参数      | 说明                             |
    | ------- | ------------------------------ |
    | **项类型** | 指令列表项类型，选项含任意值/文本值/数值/布尔值/日期时间 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/createlistcommand-01.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=a722ce6074211373c439d7ed45f0327b" alt="新建列表使用示例" width="853" height="121" data-path="helpcenter/commands/data-processing/images/createlistcommand-01.png" />

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

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

1. 选择新列表中项目的数据类型。
2. 新建空列表，并将其保存为流程变量供后续步骤使用。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/createlistcommand-02.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=6e837dfaae5f3fa3280a91462bcc44e0" alt="新建列表效果展示" width="837" height="182" data-path="helpcenter/commands/data-processing/images/createlistcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/createlistcommand-03.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=db594a608b3e0c95a5fede8ad5fc18be" alt="新建列表效果展示" width="844" height="237" data-path="helpcenter/commands/data-processing/images/createlistcommand-03.png" />

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