Refresh Workbook Data
UiPath.Tableau.Activities.RefreshWorkbookData
Uses the Tableau API to refresh the data in a specified workbook.
This activity is the equivalent of selecting a workbook using the Tableau Server UI, and then selecting Refresh Extracts from the menu (also known as a "manual refresh").
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Tableau Scope activity to your project.
- Add the Refresh Workbook Data activity inside the Tableau Scope activity.
- Create an enter values for the Input properties.
- Create and enter an
ResponseStatusvariable for the Output property.
In the body of the activity
- Site ID - The ID of the site that contains the view. Enter a string or
Stringvariable or click the Find button to display the Find site window, where you can see all the site IDs found on the Tableau instance.- Select a site ID and click Done. The Site ID property is automatically populated with the selected value.
- Copy the Site ID string, to use it in the Workbook ID property.
- Workbook ID - The ID of the workbook to download. Enter a string or
Stringvariable or click the Find button to display the Find Workbook window.- Paste the Site ID in the Site ID search field and click Find, to identify your workbook ID.
- Select your workbook and click Done. The Workbook ID property is automatically populated with the correct value.
Properties
Common
- DisplayName - The display name of the activity. This field supports only strings or
Stringvariables.
Input
- Client Timeout (in seconds) - Defines the client read timeout in seconds. Default value is
100.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.