UiPath.Excel.Activities.ExcelRefreshPivotTable
Refreshes a specified pivot table.
Properties
Common
- DisplayName - The display name of the activity.
Input
- SheetName - The name of the sheet in the workbook where you want to refresh the pivot table. This field supports only strings and String variables.
- TableName - The name of the pivot table that you want to refresh. This field supports only strings and String variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Example of Using the Refresh Pivot Table Activity
To exemplify how to use this activity, we have built an automation project which a pivot table inside an Excel workbook.
Download example
Updated about a year ago