Concept Flow - Aggregate functions (Count, Sum, Average)
Start with a list of numbers
Apply Count function
→Get total number of items
Apply Sum function
→Add all numbers together
Apply Average function
→Divide Sum by Count
Result output
This flow shows how we start with a list, count items, sum them, then find the average by dividing sum by count.