Copy Sheet
Copies the google sheets.
Copies the sheet from one google spreadsheet to another.
Input
Credential:
Object Variable
A variable name that references the user credential to access the resources.
Copy SpreadSheet Id:
String Argument
The Id of the spreadsheet is to be copied.
Copy Sheet Name:
String Argument
The name of the sheet is to be copied.
Options
Destination SpreadSheet Id:
String Argument
The Id of the spreadsheet is to be pasted.
Destination Sheet Name:
String Argument
The name of the sheet is to be pasted.
Output
Copied Sheet Name:
String Variable
The variable that stores the sheet name to be copied.
Last updated