cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Textfield value to infotable property

PS_10076728
6-Contributor

Textfield value to infotable property

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 

ACCEPTED SOLUTION

Accepted Solutions

@PS_10076728 

 

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

View solution in original post

2 REPLIES 2

@PS_10076728 

 

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

Hi @SachinSharma ,

 

Thanks for your response. 

Announcements

Top Tags