Append Rows
行を末尾に追加し、DataTable の列をシートのヘッダーにマッピングします(シートが空の場合は先にヘッダーを書き込みます)。
Google SheetsGoogleSheetsAppendRows
概要
行を末尾に追加し、DataTable の列をシートのヘッダーにマッピングします(シートが空の場合は先にヘッダーを書き込みます)。
Append rows, mapping DataTable columns onto the sheet header (writes a header first if the sheet is empty).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | sheets | Name of the connection created by Authorize. |
| Spreadsheet (ID or URL) | string | 必須 | Spreadsheet ID, or paste the full Sheets URL. 例: 1AbC...xyz 変数に対応 | |
| Sheet/tab name | string | 必須 | Sheet1 | 例: Sheet1 変数に対応 |
| Data (DataTable / list) | variable | 必須 | 例: rows | |
| Value input | dropdownUSER_ENTERED · RAW | 任意 | USER_ENTERED | USER_ENTERED parses numbers/dates/formulas; RAW stores literally. |