Converting a float value to a string

Hello, I am trying ti display the output of the ds18B20 node on a LCD display using the LCD20x4 node.

I am almost there, except that I cannot seem to convert the float output of the ds18b20 node to a string format so that the LCD20x4 node will accept it.

I have had a go at the change node, however I'm not sure i'm on the right tram. Any help or suggestions would be appreciated.

Thanks Keith.

try it with jsonata

Thanks bakman2, you hit the nail on the head. It worked first time. Thanks for your help.