Displaying names, definitions and values of properties from Thingworx in a DataGrid in VuforiaStudio
Hello,
I want to display some information about all properties of a thing in a DataGrid in Vuforia Studio.
I need the name, the description (of definitions) and the value. It should look something like this:
NAME VALUE DESCRIPTION
name1 value1 descr1
name2 value2 descr2
... ... ...
Displaying the names and descriptions in a DataGrid worked fine by using the service "GetPropertyDefinitions", drag and drop "All items" to the Data field and choose the columns I need.
But I cannot find any solution to fill the column of values the same way. Do you have any idea?

