DataMinMax
The DataMinMax plugin receives a DataPool array name and returns two DataFields: one containing the minimal value of the array and the other containing the maximal value in the array.

Unique Parameters
- 
                  
Field Name: Is the name of the array to be checked.
 - 
                  
Min Destination Field: A DataField that the plugin will assign the minimal value of the array into.
 - 
                  
Max Destination Field: A DataField that the plugin will assign the maximal value of the array into.