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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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 

1 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. 

Top Tags