Values
The values array is part of the Trigger class.
It contains all of the up-to-date values delivered from ARDI that you specified in the '@data' decorator for your function.
NOTE: The 'values' buffer is actively updated with new data as it changes. If you are going to use data from the values array or Value function in long-running tasks, we suggest you record that information into local variables at the start of your function to ensure that it doesn't change throughout your process.