Accessing original value of a property before an expression is applied
I have a layer, which has an expression applied to Position. The expression changes the Position value over time. What I am trying to do is access the value of Position as if it had no expression applied to it. The property("Position").value method doesn't work because it takes current Position value which is influenced by the expression. What I need is the original value. Is there any way to get that?
