UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités Classic Integration

Dernière mise à jour 20 mai 2026

Fonctionnalités de 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.

Vous pouvez également vous authentifier à l'aide d'une connexion existante établie par une précédente activité Tableau Scope .

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.

Mode de fonctionnement

Les étapes suivantes sont un exemple du fonctionnement de l'activité depuis la conception (c'est-à-dire les dépendances d'activité et les propriétés d'entrée/sortie) jusqu'à l'exécution.

  1. Terminez les étapes de Configuration .
  2. Add the Tableau Scope activity to your project.
  3. Choisissez les types d'authentification que vous souhaitez utiliser.
  4. Entrez les valeurs de l'une des propriétés des types d'authentification.
  5. Vous pouvez également créer et entrer une variable Connection pour la propriété Sortie . Vous pourrez utiliser cette variable dans les utilisations ultérieures de l’activité Étendue Tableau .

Dans le corps de l’activité

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.
  • Pour l'authentification de base :
    • Username - The username. Enter a string or String variable.
    • Password - The password to use. Enter a SecureString or SecureString variable.
  • Pour le jeton 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.

Propriétés

Commun

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

Divers

  • Privé (Private) - Si cette option est sélectionnée, les valeurs des variables et des arguments ne sont plus enregistrées au niveau Détaillé (Verbose).
Options
  • 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.
Sortie
  • Connection - The connection which can be passed to a child application scope. Enter a Connection variable.
  • Mode de fonctionnement
  • Dans le corps de l’activité
  • Propriétés
  • Commun
  • Divers

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour