UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Integration Service 活动

上次更新日期 2026年4月9日

插入记录

UiPath.MicrosoftDynamicsCRM.IntegrationService.Activities.InsertRecord

The Insert Record activity uses the default Microsoft Dynamics CRM connection to insert a new record.

插入记录后,该活动会在 ResponseStatus 对象中输出请求的状态(成功/失败信息),您可以在后续活动(例如条件逻辑)中使用该对象。

如果请求成功,则该活动将返回分配给新记录的 String 标识符。

在活动正文中

To enter your Insert Record property values, you must use the Object Wizard by clicking the Configure button.

属性

常见

  • **显示名称 -**此字段支持字符串类型输入。

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

输出

  • ResponseStatus - The status of the request (success/failure information). Enter a ResponseStatus variable (UiPath.BAF.Models.ResponseStatus). The ResponseStatus object includes three properties that you can use in other activities.
    • Success - Boolean - Specifies whether the API request was successful.
    • ErrorCode - String - The response error if the API request is unsuccessful (Success=False).
    • Message - String - The error message.
  • 在活动正文中
  • 属性
  • 常见
  • 其他
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新