Count of values in a list

Is there a simple way to get a count of how many times a value shows up in a list?

For instance, if you have a list of states, how often the state of "TN" shows up in that list.

Comments

  • To count how many times "TN" appears in a list, use the Rule Collection Filter step:

    1. Create a rule, e.g., Entity Equals TN, to define the condition.
    2. In the Rule Collection Filter, set "Data to Return" as Return Matches.
    3. Use the output labeled Rule Collection Filter Count to get the numerical count.

    This will provide the total occurrences of "TN" in your list.

Sign In or Register to comment.