Comparing a value with its history
I'm working an automation where I need to compare a numerical value with its History should the value change. Is it possible to iterate over the history of a cell/record to create the comparison. If that is not possible, how can I create a second c...