Count the number of items in any list to track quantities and build conditional logic.
Field | Type | Required | Description |
---|---|---|---|
List | List | Yes | The list you want to count items from |
Output | Description |
---|---|
Count | The number of items in the list |
What happens if I try to count an empty list?
Can I use the count in conditional logic?
Does this work with all types of lists?
How do I use the count for progress tracking?
What's the maximum number of items it can count?