Apply List Operation
Applies the specified operation on a list.
Last updated
Applies the specified operation on a list.
Last updated
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.
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: Object Variable
The variable that stores the result of specified operation.