activities
latest
false
- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
传统“集成”活动
UiPath.Tableau.Activities.QueryViewData
使用 Tableau API以获取呈现为 CSV 的视图数据,并将其下载到您选择的文件夹中,和/或将数据保留在内存DataTable (视图数据)变量中。
工作方式
以下步骤是活动从设计时(即活动依赖项和输入/输出属性)到运行时如何工作的示例。
- 完成设置步骤。
- 将“Tableau 作用域”活动添加到您的项目中。
- Add the Query View Data activity inside the Tableau Scope activity.
- 创建并为“输入”属性输入值。
- 输入“输出”属性的值。
- 为“输出”属性创建并输入
ResponseStatus变量。
在活动正文中
- 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 View ID property.
- View ID - The ID of the view to render as data. Enter a string or
Stringvariable or click the Find button to display the Find View window.- Paste the Site ID in the Site ID search field and click Find, to identify your View ID.
- Select your view and click Done. The View ID property is automatically populated with the correct value.
- Folder Path - The folder to download the report to. Enter a string or
Stringvariable. - File Name - The filename you wish to use. Enter a string or
Stringvariable. - 筛选值- 要用于筛选 workbook 视图的字段的值。输入字符串或
String变量。格式:vf_<fieldname>=filter-value。例如,具有筛选器vf_year=2017的 workbook 将仅显示 2017 年的数据。 - Max Age Minutes - The maximum number of minutes view data will be cached before being refreshed. Enter a string or
Stringvariable. To prevent multiple view data requests from overloading the server, the shortest interval you can set is one minute. There is no maximum value. - View Data - The view data of the report. Enter a
DataTablevariable.
属性
常见
- DisplayName - The display name of the activity. This field supports only strings or
Stringvariables.
输入
- Client Timeout - Defines the client read timeout in seconds. Default value is
100.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.