activities
latest
false
- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
传统“集成”活动
上次更新日期 2026年5月20日
UiPath.MicrosoftDynamics.Activities.ExecuteFunction
After executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object (MicrosoftDynamicsStatus) that you can use in subsequent activities (e.g., conditional logic).
工作方式
以下步骤和消息序列图是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- 将“Microsoft Dynamics 应用程序作用域”活动添加到您的项目中。
- Add the Execute Function activity inside the Microsoft Dynamics Application Scope activity.
- Click the Configure button inside the Execute Action activity (this opens the Object Wizard).
- Select the Action you want to insert and enter values for the fields returned in the Object Wizard.
- 为输出属性以及方向值为输出的任何字段创建并输入
ResponseStatus变量。-
您的输入属性值将在GET操作请求中发送。
-
此操作会将
ResponseStatus和任何其他适用的字段值返回到您的输出属性变量。
-
配置
To enter your Execute Function property values, you must use the Object Wizard by clicking the Configure button.
当您使用对象向导选择函数时,系统将显示所选操作的必填项“in/out”属性字段。与此包中的其他活动不同,您无法为函数对象添加或删除输入/输出属性字段。
有关每个对象的可用字段的完整列表,请参阅 Microsoft 文档中的网页 API 实体类型参考。
属性
常见
- DisplayName - The display name of the activity. This field supports only strings or
Stringvariables.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatusvariable (UiPath.BAF.Models.ResponseStatus). TheResponseStatusobject 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.
- Success -
示例
下图显示了活动依赖关系和输入/输出属性值的示例。
有关分步说明和示例,请参阅快速入门指南。