Display Service Response of Remote thing's Set Properties in Thingworx Mashup
I am trying to set properties of a remote thing from mashup dashboard.
I can set properties using one of the following
1.Mashup only service
-SetProperties
2.Snippets that can be called from custom service
-UpdatePropertyValues
-UpdateSubscribedPropertyValues
-SetPropertyValues
All of the above have output type NOTHING.I want to retrieve the output(i.e http response if any) and display error message in mashup if service call failed due to some reason. Eg: Edge device not connected or some custom error message from remote thing's script handler
Is there any way to retrieve the response/output when trying to set properties to remote thing from service?
Note:
Thingworx Composer displays error message when trying to set property from Thing's properties.Looking to implement a similiar functionality from thingworx dashboard.



