OldValues
The oldvalues array is part of the Trigger class.
It contains all of the values delivered from ARDI the last time the calling function was run. These values are in the order that you specified in the '@data' decorator for your function.
Note that if the previous event can't be found, this array might be full of None values.