Perform refresh all activity in workbook without opening it

Perform refresh all activity in workbook without opening it.

Note: Cannot use excel application scope activities ( Therefore, cannot use “execute macros” and “send hotkey” activities)

Thankyou !

Hi @ayushi_jain3

Check out the thread

Regards
Gokul

HI @ayushi_jain3

You can try with the Refresh in Modern Excel Activities

To enable modern
Go to Activities tab-> Filters-> Modern
image

You will see the activities for refresh
Refresh Pivot table - For refreshing the particular pivot table
Refresh Excel Data Connection - For refreshing all the connections in the excel file
image

Steps will be like this

  • Excel Process Scope
    • Use Excel File
    • Refresh Excel Data Connection - will have to Use Excel in the input property.
      or
    • Refresh Pivot Table - Will need to use like
      Excel.Sheet("SheetName").PivotTable("Pivot TableName")

Regards
Sudharsan