Perspective table edit - retrieve the "before edit" value in script

Try jython’s built-in getattr() function, like so:

oldv = getattr(self.props.data[r], c)