Activities
The following table lists the activities that are included in the Tableau activity package.
| Activity | Description |
|---|---|
| Tableau Scope | Establishes an authenticated connection between UiPath and your Tableau instance. |
| Download View as Image | Gets view data rendered as an Image and downloads it to a folder. After retrieving the view data, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download View as PDF | Gets view data rendered as a PDF and downloads it to a folder. After retrieving the view data, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download View Crosstab Excel | Get View data rendered as a PDF and download it to a folder you choose. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download Workbook | Downloads a workbook in .twb or .twbx format. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download Workbook as PDF | Downloads a workbook in .pdf format. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download Workbook as PowerPoint | Downloads a workbook in PowerPoint format. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Download Workbook Revision | Downloads a specific version of a workbook in .twb or .twbx format. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Query View Data | Gets view data rendered as a CSV and downloads it to a folder. You can also capture the view data as a DataTable. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). |
| Refresh Workbook Data | This activity refreshes the specified workbook, with no need to associate the workbook refresh with a scheduled task. 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"). |