set property value of a tag using service
‎Oct 08, 2019
05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Oct 08, 2019
05:41 AM
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.
Labels:
- Labels:
-
Coding
1 REPLY 1
‎Oct 08, 2019
06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Oct 08, 2019
06:35 AM
Hello,
Try to handle them as simple strings:
me.tagProperty = 'Component:data';
/ Constantine