Google Sheets に戻る
Google Sheets (Google) と Knoon AI を接続して AI ワークフローを自動化します。
Clone an existing sheet tab into a new sheet tab within the same Google Sheets file.
googleSheetsCloneSheet
ベータ
権限
オプション権限
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file containing the sheet tab to clone. | はい |
| sourceSheetName | mustache | Name of the existing sheet tab to clone (e.g. "Template" or "January"). | はい |
| newSheetName | mustache | Name of the new cloned sheet tab to create (e.g. "Template Copy" or "January Backup"). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |




