This operation counts the number of elements in a given list of booleans.
These are the input/output expected data types for this operation:
- The input lists of booleans.
- Number of elements in the input lists.
Suppose you want to count the number of elements in your input list of booleans:
In your Pipeline, open the required configuration and select the input Field.
In the Operation field, choose Count list boolean.
Give your Output field a name and click Save. You'll get the number of elements in your input boolean lists. For example:
true, false -> 2
