Wróć do Google Sheets
Połącz Knoon AI z Google Sheets (Google), aby zautomatyzować przepływy pracy AI.
Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
BETA
Uprawnienia
Uprawnienia opcjonalne
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file containing the sheet tab to clone. | Tak |
| sourceSheetName | mustache | Name of the existing sheet tab to clone (e.g. "Template" or "January"). | Tak |
| newSheetName | mustache | Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup"). | Tak |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.spreadsheetId | string | Spreadsheet ID. |
| sensitive.sourceSheetName | string | Original sheet tab name. |
| sensitive.newSheetName | string | New cloned sheet tab name. |
| sensitive.sheetId | number | Google Sheets internal sheet ID of the cloned tab. |




