Collection extensions
count
Syntax
@CollectionVariable.count(ItemVariableName, InnerFunction)
The COUNT function runs the supplied inner function (which itself returns a boolean value) over all elements of a collection, and counts the total number of elements that return true.
If you just want to take the count of the number of elements in a collection, use the .Count property instead of this function.