This Flow Script tutorial explains how to use the Count function with syntax and examples.
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.
Last updated 4 years ago
Was this helpful?
count(colors) Result: 4 Count([col: "A"] & [col: "B"]) Result: 2