hello! I want to store data from Textfield to info table(property in a thing) when clicking to submit button. How can I do it?
p.s: I am new on the Thingworx platform
Solved! Go to Solution.
You can write a service which takes an input and inserts that data in the infotable property. Add the service in the Data section of the mashup design page and bind the textfield widget Text property to the input of the service in Data section. Execute the service on button click.
Regards,
Sachin Sharma
You can write a service which takes an input and inserts that data in the infotable property. Add the service in the Data section of the mashup design page and bind the textfield widget Text property to the input of the service in Data section. Execute the service on button click.
Regards,
Sachin Sharma