UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades de integrações clássicas

Última atualização 18 de mai de 2026

Tableau Scope

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.

Você também pode autenticar usando uma Conexão existente que foi estabelecida por uma atividade do Tableau Scope anterior.

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.

Como funciona

As etapas a seguir são um exemplo de como a atividade funciona desde o tempo de design (ou seja, as dependências da atividade e as propriedades de entrada/saída) até o tempo de execução.

  1. Conclua as etapas de Configuração .
  2. Add the Tableau Scope activity to your project.
  3. Escolha os tipos de autenticação que deseja usar.
  4. Insira valores para uma das propriedades de tipos de autenticação.
  5. Opcionalmente, crie e insira Connection variável para a propriedade Saída . Você pode usar essa variável em usos subsequentes da atividade Tableau Scope .

No corpo da atividade

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.
  • Para autenticação básica:
    • Username - The username. Enter a string or String variable.
    • Password - The password to use. Enter a SecureString or SecureString variable.
  • Para token de 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.

Propriedades

Comum

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

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.

Opções

  • 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.

Saída

  • Connection - The connection which can be passed to a child application scope. Enter a Connection variable.
  • Como funciona
  • No corpo da atividade
  • Propriedades
  • Comum
  • Diversos

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades