Question
Azure IoT Hub data streaming to Thingworx composer
Hi PTC,
I have established the connection between azure IOT hub and thingworx composer. I want to stream the data coming to IotDevices in IoThub to thingworx -> thing -> property. And also i want to parse the data (data format-> {"Temperature":24,"humidity":50}) to two different thing properties like 'temp' and 'hum'.

