Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I want use my mashup to write a property value ,and i can show it with grid and some other property.How an i do it
Solved! Go to Solution.
Hi Wenjie,
I guess you want to set a value for a property and display a result in a Grid widget with other properties, right?
If so, you can use the "SetProperties" service for the thing to set values and the "GetPropertiesValues" service to get values and display in a grid.
yes,i want do this,but i cant find the set button
The "Set" button is just a button widget, but I set the label for it.
but what is your button associate with service.I do a test like you ,but l cant write
When you click the button, the "clicked' of that button needs to call the "SetProperties" service. Once the service invoke completed, call the "GetPropertyValues" service to refresh values in a Grid.
If you haven't got trained for Thingworx yet, please go to "IOTU" and take a class from there.