Rename Sheet

Renames an existing worksheet with a new name.

This activity renames an existing worksheet in a user-specified workbook with a new name using the Microsoft Graph Update worksheet API.

Input

  • Connection Id: GraphServiceClient Variable Required Specifies the office 365 connection id.

  • New Sheet Name: String Argument Required Specifies the new name of the sheet.

  • Original Sheet Name: String Argument Required Specifies the name of the worksheet that is to be renamed.

  • Workbook: Object Argument Required Specifies the DriveItem of the Excel workbook whose worksheet is to be renamed. We can also specify the output variable of the Find Files And Folders activity (which is First or Results) directly as input in this property or use the output variable of the Create Workbook activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array. For example : Results[1].

Last updated