Resolved! instanceOf in scoped application
I have a copy of a UI action in my new scoped application that uses the function 'instanceOf'. It works fine in the global scope, but not inside the scope. It's in my condition statement, and I'm wondering if there is a scoped alternative for it. Her...