Problem displaying value with spaces on the app

Hi, sending values ​​from an ESP8266 to Firebase Realtime Database. The values ​​are received correctly in the database as shown in the photo. However, on the app I can only correctly display the “Level” and “Model” values, while for “Values” and “Related Values” only the first part of the text is shown.

For example, in the database the value of “Values” is:
Values: “0v.min 7 v.att 44”
On the app, however, only “0v.min” is displayed, excluding the rest of the text after the spaces.

How can I solve this problem?


where you upload data use septrater and sent values as - or _ other instead space…

or simply use Replacement Text block to replace all spaces to other character
like _ or -
and where you getting Vlues use again replacement block to replace that character to space