> ## 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/getdictionaryvaluescommand-02.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=cffd0afd587075b13e9b714a44fd408f" alt="获取字典所有键值指令参数面板" width="648" height="348" data-path="helpcenter/commands/data-processing/images/getdictionaryvaluescommand-02.png" />

    | 参数     | 说明     |
    | ------ | ------ |
    | **字典** | 输入字典变量 |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/getdictionaryvaluescommand-03.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=c61341b14cc39eb45338aa33549d8564" alt="获取字典所有键值使用示例" width="835" height="246" data-path="helpcenter/commands/data-processing/images/getdictionaryvaluescommand-03.png" />

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

本例演示【获取字典所有键值】指令的配置与执行：

1. 选择需要读取的字典变量。
2. 获取该字典的全部键值，并将结果保存为列表。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/getdictionaryvaluescommand-01.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=17091e48ce13411f78531edfa67b88d2" alt="获取字典所有键值效果展示" width="835" height="232" data-path="helpcenter/commands/data-processing/images/getdictionaryvaluescommand-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/GBkSeqm2b688g4En/helpcenter/commands/data-processing/images/getdictionaryvaluescommand-04.png?fit=max&auto=format&n=GBkSeqm2b688g4En&q=85&s=603ccb81bfc7c114945ed02d9dfd368b" alt="获取字典所有键值效果展示" width="833" height="246" data-path="helpcenter/commands/data-processing/images/getdictionaryvaluescommand-04.png" />

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