Retour à Google Sheets
Connecter Knoon AI avec Google Sheets (Google) pour automatiser les flux de travail AI.
Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
Bêta
Autorisations
Autorisations optionnelles
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file containing the sheet tab to clone. | Oui |
| sourceSheetName | mustache | Name of the existing sheet tab to clone (e.g. "Template" or "January"). | Oui |
| newSheetName | mustache | Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |




