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

传统“集成”活动

上次更新日期 2026年5月20日

Tableau 作用域

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.

工作方式

以下步骤是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。

  1. 完成设置步骤。
  2. Add the Tableau Scope activity to your project.
  3. 选择要使用的身份验证类型。
  4. 输入其中一个身份验证类型属性的值。
  5. (可选)为“输出”属性创建并输入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 Connection variable.
  • 对于基本身份验证:
    • Username - The username. Enter a string or String variable.
    • Password - The password to use. Enter a SecureString or SecureString variable.
  • 对于 API 令牌:
    • API Token Name - The API token name. Enter a string or String variable.
    • API Token Secret - The API token secret. Enter a string or String variable.
  • ApiVersion - The version of the API to use, such as 3.9. Enter a string or String variable. 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 String variable.
  • Tableau Server URL - The URL of your Tableau server. Enter a string or String variable.

属性

常见

  • DisplayName - The display name of the activity. This field supports only strings or String variables.

其他

  • “私有”- 选中后将不再以“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 Connection variable.
  • 工作方式
  • 在活动正文中
  • 属性
  • 常见
  • 其他

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新