Count
This Flow Script tutorial explains how to use the Count function with syntax and examples.
Last updated
This Flow Script tutorial explains how to use the Count function with syntax and examples.
Last updated
The Count function returns the number of rows in a table.
The syntax for the Count function is:
Count(table)
table - the table for which the rows are to be counted.
The Count function returns an integer.
Let's look at some Count function examples and explore how to use the Count function.