GSheets Operator > Google Sheets Sheet Tab Data > Get Row Count

Get Row Count

Returns the number of rows represented in this range.
Only includes up to the last row with data. Blank rows in between data rows will be counted. Rows after the last row with data are not counted.
This method assumes your major dimension is ROWS, meaning we read rows first before reading columns.

Inputs

Target
Google Sheets Sheet Tab Data Object Reference

Outputs

Return Value
Integer

Returns the number of rows represented in this range.
Only includes up to the last row with data. Blank rows in between data rows will be counted. Rows after the last row with data are not counted.
This method assumes your major dimension is ROWS, meaning we read rows first before reading columns.