Get Rows
行を読み取ります。ヘッダー行が列名になります(DataTable)。オプションで列の値による絞り込みが可能です。
Google SheetsGoogleSheetsGetRows
概要
行を読み取ります。ヘッダー行が列名になります(DataTable)。オプションで列の値による絞り込みが可能です。
Read rows. Header row supplies column names (DataTable). Optional lookup filters by a column value.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 変数に対応 |
| Header row number | number | 任意 | 1 | |
| Return as | dropdownDataTable (header keys) · Raw rows (list of lists) | 任意 | DataTable (header keys) | |
| Lookup column (optional) | string | 任意 | Return only rows where this column equals the value. 変数に対応 | |
| Lookup value (optional) | string | 任意 | 変数に対応 | |
| Max rows (optional) | number | 任意 | ||
| Store result in | variable | 必須 | 例: rows |