Append or Update Rows
列の値で一致した行を更新し、残りを追加します(upsert)。
Google SheetsGoogleSheetsAppendOrUpdate
概要
列の値で一致した行を更新し、残りを追加します(upsert)。
Update rows matched by a column value; append the rest (upsert).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 変数に対応 |
| Column to match on | string | 必須 | 例: id 変数に対応 | |
| Data (DataTable / list) | variable | 必須 | 例: rows | |
| Value input | dropdownUSER_ENTERED · RAW | 任意 | USER_ENTERED | USER_ENTERED parses numbers/dates/formulas; RAW stores literally. |