Voltar para Google Sheets
Conectar Knoon AI com Google Sheets (Google) para automatizar fluxos de trabalho de AI.
Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
Beta
Permissões
Permissões opcionais
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file containing the sheet tab to clone. | Sim |
| sourceSheetName | mustache | Name of the existing sheet tab to clone (e.g. "Template" or "January"). | Sim |
| newSheetName | mustache | Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup"). | Sim |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |




