> ## 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/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-03.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=6c9ffdc4cfc61fb184acfc5f531b350d" alt="重命名数据表指令参数面板" width="651" height="412" data-path="helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-03.png" />

    | 参数          | 说明                         |
    | ----------- | -------------------------- |
    | **多维表格对象**  | 请选择通过“连接飞书多维表格”指令产生的多维表格对象 |
    | **数据表定位方式** | 选择定位方式，可以通过名称或ID来指定待操作的数据表 |
    | **数据表ID**   | 请输入要删除的数据表ID               |
    | **数据表名称**   | 请输入要删除的数据表名称               |
    | **新名称**     | 输入数据表的新名称                  |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-01.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=9eaf9877f4011eb57887f4d41f750a30" alt="重命名数据表使用示例" width="955" height="303" data-path="helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-01.png" />

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

使用【获取飞书访问凭证】获取飞书访问凭证，并将其保存至飞书访问凭证中

使用【连接飞书多维表格】根据网址连接到指定的飞书多维表格

使用【获取数据表】获取该多维表格下的所有数据表：数据表1，数据表2

使用【重命名数据表】将数据表1改成change数据表1

使用【获取数据表】获取该多维表格下的所有数据表：change数据表1和数据表2，数据表1重命名成功

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-02.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=6dfe74e3bcd1f9bb9e2807344bc919e9" alt="重命名数据表效果展示" width="970" height="268" data-path="helpcenter/commands/feishu/images/renamelarkbitabledatatablecommand-02.png" />

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