5-Regular Member
February 21, 2025
Question
Infotable to Collection Widget (Basic Only)
- February 21, 2025
- 2 replies
- 1279 views
Im very new to Thingworx and Im trying to build my capability.
I am using collection widget with data source from a service in the Thing I created.
Inside the collection widget, a mashup is already defined but it doesnt seem to load when I view the mashup.
My service doesnt require a parameter and it will give the infotable when executed.
Infotable (headers are from the datashape I made)
| KPI | Value | Color | KPIName |
| A | 1 | black | A |
| B | 2 | green | B |
| C | 3 | red | C |
UID Field: KPI
Mashup Property Binding:
{
"KPI": "number",
"VALUE": "string"
}
Child Mashup: Test Collection Data
Pls see screenshots, I cannot troubleshoot it, its not giving anything when I load the mashup

