Skip to main content
1-Visitor
February 12, 2019
Solved

How i can set properties in GetImplementingThingsWithData

  • February 12, 2019
  • 2 replies
  • 2006 views

I have Tractor things (Tractor_General_Template => Wheat_Tractor_template or Rice_tractor_template).

I have Mashup with GetImplementingThingsWithData from Tractor_General_Template.

I have question : How i can set fuel properties for selection tractor? 

 

mashupmashup

2.png

Best answer by posipova

You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
February 12, 2019

You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.

1-Visitor
February 13, 2019

Thank you! I created new thing for scripts "ScriptThing" and execute service from his. Its ok?

20-Turquoise
March 28, 2019

Just following up to see if the issue has been resolved.

20-Turquoise
February 12, 2019

You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.