Copy Sheet
Copies specified worksheet from a source to destination workbook.
This activity copies an existing worksheet from the user-specified source workbook and pastes it to a specific worksheet in the destination workbook using the Microsoft Graph Get range, Add worksheet, and Update range APIs.
Input
Connection Id:
GraphServiceClient Variable
Required
Specifies the office 365 connection id.
Destination
Destination Sheet Name:
String Argument
Specifies the name of the destination sheet to which the copied data are to be pasted. If no value is specified the Source Sheet name is taken by default.
Destination Workbook:
Object Argument
Required
Specifies the DriveItem of the Excel workbook to which the data are to be pasted. 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].
Source
Source Sheet Name:
String Argument
Required
Specifies the name of the source sheet from which a specific range of data that are to be copied.Source Workbook:
Object Argument
Required
Specifies the DriveItem of the Excel workbook whose data are to be copied. 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