List.Count
Syntax
List.Count(list as list) as number
About
Returns the number of items in the list list
.
Example 1
Find the number of values in the list {1, 2, 3}.
Usage
List.Count({1, 2, 3})
Output
3
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
List.Count(list as list) as number
Returns the number of items in the list list
.
Find the number of values in the list {1, 2, 3}.
Usage
List.Count({1, 2, 3})
Output
3