[Solved] Alexa skill can't read my sensor values simultaneously

Continuing the discussion from Alexa skill can't read my sensor data:

My problem is ,i won’t be able to add multiple values to my alexa skill like temperature and humidity

my webhook string :point_down::point_down:
{
“version”: “1.0”,
“response”: {
“outputSpeech”: {
“type”: “PlainText”,
“text”: “current humidity is {{ data.Humidity.value }} and current temperature is {{ data.Temperature.value }}.”
},
“shouldEndSession”: true
}
}

sometimes it says humidity value sometimes temperature . i can’t make it say both

temp%20and%20humidity

Like this one .
i can’t figure it out what is wrong with my alexa skill .
Can someone help me fix this problem? .

This was answered in another post.