Why we can't pass the infotable as input in Expression and validator thingworx.
Why can't we pass the infotable as input in expression and validator.
Why can't we pass the infotable as input in expression and validator.
Hi
I don't have an official answer to why this is the case, probably because for expression and validator, the JS code are executed at client side instead of ThingWorx server side, infotable is a type introduced by ThingWorx rather than in native JS, which means it's not supported by browser or web workers.
Is there a reason why you want to pass infotable to expression or validator instead of using a JS service in ThingWorx?
As a workaround, you can convert infotable to JSON using ToJSON() snippet and pass JSON as input to expression and validator.

Hope that helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.