Difference between directly accessing object and mapping
I am running into an interesting problem, where if I try and get a property for an object directly, it can't find it, but if I map to it, it works fine. The problem being I want to do this dynamicall...
That doesn't appear to be the problem. If I "highlight on screen" it shows the same object either way, it is just in running the script where it can't find it.