Darksky data to Azure IoT hub

Hi

How do i add more payloads from Darksky to Azure. I did try adding more change node i.e humidity and it doesn't work.

From example it looks like this

{
  "deviceId": "testenode1",
  "key": "cw3nniq77BbjpOCDLqb7xEFTU509HeR6Ki1NwR20jj0=",
  "protocol": "amqp",
  "data": "{tem: 25, wind: 20}"
}

source : https://flows.nodered.org/node/node-red-contrib-azure-iot-hub


Your example shows that the contents of data is a string ( see the quotes location)

In you debug you have it as an object

It's ok now i guess. Thank you