googleSheets.getRows retrieves one or more one-based row numbers from a header-backed sheet or native table.
Example
Inputs
Providespreadsheet, source, and one row number or an array of up to 1,000. See List rows for source and optional valueRender.
Second argument { account } selects the Google Account binding.
Output
ReturnsSheetRow[] in the same order as requested row numbers, including a record of nulls for an empty row. Rows outside the source body fail validation.