Values Not Being Updated in Thingworx via Vuforia Script
Hello there, folks!
I've been successfully able to update a boolean value in Thingworx from Vuforia Studio without problems. I've made the correct bindings and everything, as you can see in this post: https://community.ptc.com/t5/Studio/Writing-Values-to-Things-From-Vuforia/td-p/616754
However, I'm not being able to update the same value from a script command (such as the click of a button).
Below, an example of the syntax I'm using to update the values:
$scope.app.mdl['thingName'].properties['booleanProperty'] = false
Nothing is being shown in the app logs or any other ones. Am I doing something wrong??
Thanks!!

