Applies the specified operation on a list.
Applies the sum, average, and count operation on a list and store the result to the variable.
Input: Object Variable The list in which the specified operation is to be applied.
Object Variable
Operation: The operation applied to the list.
Sum - Calculate the sum of list items.
Sum
Average - Calculate the average of list items.
Average
Count - Calculate the count of list items.
Count
Output: Object Variable The variable that stores the result of specified operation.
Last updated 3 years ago