Skip to main content
1-Visitor
October 8, 2019
Question

set property value of a tag using service

  • October 8, 2019
  • 1 reply
  • 775 views

Hi,

In thingworx, how can I set a value to a property tag based on the input using services? 

 

Thanks,

Shalini V.

1 reply

18-Opal
October 8, 2019

Hello,

 

Try to handle them as simple strings:

me.tagProperty = 'Component:data';

 

/ Constantine