Table Row Count
This block counts the rows currently stored in a data table.
Configuration
- Table: the table to count the rows of.
Connections
- Row Count: executed after the count. The number of rows is available to the following blocks as
rows.
Use it to check whether a table is empty, or to stop inserting once a table reaches a size limit.
For more information on how to use Data Tables, check out these docs.
See also Table Insert Row, Clear Table