Atrás a Google Sheets
Conectar Knoon AI con Google Sheets (Google) para automatizar flujos de trabajo de AI.
Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
Beta
Permisos
Permisos opcionales
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file containing the sheet tab to clone. | Sí |
| sourceSheetName | mustache | Name of the existing sheet tab to clone (e.g. "Template" or "January"). | Sí |
| newSheetName | mustache | Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup"). | Sí |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |




