Skip to main content
1-Visitor
December 7, 2021
Solved

Textfield value to infotable property

  • December 7, 2021
  • 1 reply
  • 1725 views

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 

Best answer by SachinSharma

@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

1 reply

16-Pearl
December 7, 2021

@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

1-Visitor
December 8, 2021

Hi @suverma ,

 

Thanks for your response.