Tilbake til Google Sheets
Koble til Knoon AI med Google Sheets (Google) for å automatisere AI-arbeidsflyter.
Create a new sheet tab inside an existing Google Sheets file.
googleSheetsCreateSheet
BETA
Tillatelser
Valgfrie tillatelser
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file where the new sheet tab should be created. | Ja |
| sheetName | mustache | Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report"). | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.spreadsheetId | string | Spreadsheet ID. |
| sensitive.sheetName | string | Sheet tab name. |
| sensitive.sheetId | number | Google Sheets internal sheet ID. |




