Apply List Operation
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
Input:
Object Variable
The list in which the specified operation is to be applied.
Options
Operation: The operation applied to the list.
Sum
- Calculate the sum of list items.Average
- Calculate the average of list items.Count
- Calculate the count of list items.
Output
Output:
Object Variable
The variable that stores the result of specified operation.
Last updated