> ## 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/addlarkbitablerecordcommand-04.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=f9a23a0357946a0aba9fab566d614513" alt="新增记录指令参数面板" width="650" height="600" data-path="helpcenter/commands/feishu/images/addlarkbitablerecordcommand-04.png" />

    | 参数         | 说明                                                               |
    | ---------- | ---------------------------------------------------------------- |
    | **多维表格对象** | 请选择通过“连接飞书多维表格”指令产生的多维表格对象                                       |
    | **数据表名称**  | 请输入要新增记录的数据表名称（数据表定位方式选择名称定位时）                                   |
    | **数据表ID**  | 请输入要新增记录的数据表ID（数据表定位方式选择ID定位时）                                   |
    | **新增内容**   | 输入字段名称和字段值，字段值格式需要按照飞书官方指定填写。例：时间字段需要填写毫秒级时间戳，人员字段需要填写对应的飞书人员id等 |
    | **保存结果至**  | 保存截取到的文本为变量。即指定一个变量名称，该变量用于保存截取到的文本                              |
  </Tab>

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

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/addlarkbitablerecordcommand-01.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=791b252caa8a570748bc764060808dae" alt="新增记录使用示例" width="1098" height="216" data-path="helpcenter/commands/feishu/images/addlarkbitablerecordcommand-01.png" />

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

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

使用【连接飞书多维表格】连接到指定的飞书多维表格，并将其保存至飞书多维表格对象中

使用【新增记录】用名称定位的方式向飞书多维表格对象指定数据表中新增一条记录，并将其保存至记录ID中

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/addlarkbitablerecordcommand-02.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=d6335288c9f9f65ccc328380570d3e16" alt="新增记录效果展示" width="1083" height="129" data-path="helpcenter/commands/feishu/images/addlarkbitablerecordcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/oMGzRtmKPLqq2VoW/helpcenter/commands/feishu/images/addlarkbitablerecordcommand-03.png?fit=max&auto=format&n=oMGzRtmKPLqq2VoW&q=85&s=138fc3fa301b57925aaa52fa7965f50a" alt="新增记录效果展示" width="1139" height="187" data-path="helpcenter/commands/feishu/images/addlarkbitablerecordcommand-03.png" />

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