Hi everyone,
I'm currently testing a project migration from Ignition 8.1 to 8.3 and I've encountered a strange behavior regarding user management scripts.
I have a script transform on a binding (bound to a userName property). The script calls system.user.getUser, but in version 8.3, it returns no result (None), whereas the exact same logic worked perfectly in 8.1.
The weird part:
-
In a Perspective Binding: It returns
None. -
In the Script Console: It works as expected and returns the user object.
Thank for the help.

