- 概述
- 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
传统“集成”活动
UiPath.Tableau.Activities.TableauScopeActivity
The Tableau activities use a Username and Password to establish an authenticated connection between UiPath and your Tableau application. This connection authorizes a Robot to call the Tableau APIs and access resources on your behalf.
您还可以使用由先前的 Tableau 作用域 活动建立的 现有连接 进行身份验证。
After establishing a connection, a parent Tableau Scope activity can output a record of the connection in a Connection object (Connection) that you can use in subsequent child scope activities.
工作方式
以下步骤是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- Add the Tableau Scope activity to your project.
- 选择要使用的身份验证类型。
- 输入其中一个身份验证类型属性的值。
- (可选)为“输出”属性创建并输入
Connection变量。您可以在后续“Tableau 作用域”活动中使用此变量。
在活动正文中
To build your project and enable the Object Wizard in other activities, you must use the Connection Wizard by clicking the Configure button. The Configure Connection dialog allows you to specify both a Design Connection and a Robot Connection.
Property values in the Design Connection section do not need to be quoted.
- ExistingConnection - A connection from the parent Application Scope to use instead of a new connection. Enter a
Connectionvariable. - 对于基本身份验证:
- Username - The username. Enter a string or
Stringvariable. - Password - The password to use. Enter a SecureString or
SecureStringvariable.
- Username - The username. Enter a string or
- 对于 API 令牌:
- API Token Name - The API token name. Enter a string or
Stringvariable. - API Token Secret - The API token secret. Enter a string or
Stringvariable.
- API Token Name - The API token name. Enter a string or
- ApiVersion - The version of the API to use, such as 3.9. Enter a string or
Stringvariable. Use this only if there is a specific version of the API you want to use. - Site Name - The name of your site. Enter a string or
Stringvariable. - Tableau Server URL - The URL of your Tableau server. Enter a string or
Stringvariable.
属性
常见
- DisplayName - The display name of the activity. This field supports only strings or
Stringvariables.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
选项
- ReportApiErrorAsException - When selected, API error responses are reported in BusinessActivityExecutionException by all child activities that use this application scope. When cleared, the child activity populates the API error message in the ResponseStatus output property and workflow execution continues. Check the ResponseStatus property to confirm successful execution.
输出
- Connection - The connection which can be passed to a child application scope. Enter a
Connectionvariable.