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

set property value of a tag using service

svisveswaraiya
17-Peridot

set property value of a tag using service

Hi,

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

 

Thanks,

Shalini V.

1 REPLY 1

Hello,

 

Try to handle them as simple strings:

me.tagProperty = 'Component:data';

 

/ Constantine

Top Tags