1. What version of Thingworx are you currently running?
9.2.1
2. Describe the problem you are trying to solve. Please include detailed documentation such as screenshots, images or video.
Please consider deprecating infotables and being more friendly towards generally accepted data formats, like Arrays or JSON. I seriously can't be the only one that despises the idea of parsing universal formats like a JSON response from an API to obscure data formats available only on Thingworx.
If I have to make an API call, show the result on the UI in readable format, and then pass the information to another system, I'll have to do JSON -> Infotable -> JSON conversion which is very tedious.
The suggestion/idea is: Make the UI learn to convert JSON to table formats. Granted, you need an universal structure in order to display that on the UI. Therefore, you can make the grid widgets accept only arrays of JSON objects, with each object having the same keys, which represent the table columns. This is the main backbone of the suggestion.
If there's any plan of releasing a Thingworx 10 version, infotables should NOT be a part of it.
3. What business value would your suggestion represent for your organization?
Enabling a more simple way of developing general IoT solutions that follow standard data types accepted by all possible external systems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.