How to show all the text typed in another screen in full sentence?

Hello everyone. I am super duper new to thunkable. I need help with a few sections.

The effect I want to achieve is that the text type in the Mood content page able to show in a full sentence in the History page.

But, the effect I want to achieve is:
For example,
When “Thunkable is fun” is type in the Mood Content Page, and save to cloud, “Thunkable is fun” will appear at the first box on the History Page.
When “Thunkers are nice” is type again in the Mood Content Page, and save to cloud, “Thunkable is fun” will appear at the second box, while “Thunkers are nice” will appear at the first box, and so on.
In short, the History page able to show the text typed before. A feature like history we usually used in our note taking app. Instead of scattered Word shown in the picture. Is it possible to create this with thunkable?

I seen a lot of videos, but still can’t fix it. :sob: :sob: :sob:
Please let me know if the information provided is insufficient.
I would highly appreciate your kindness for sharing the tips with me :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

Hi @limvivi27kk4ijw,

Your issues may be coming from trying to save a list as a cloud variable.
Since a cloud variable is a single entry in a Firebase DB, you can only store strings of text as a cloud variable.

Could you try amending your apps so that:

  • your lists are converted to comma-separated* strings before being saved as cloud variables
  • when a comma-separated string is retrieved from a cloud variable, it is converted to a list before you work with it in your app

You can do this with the ‘make list from text / make text from list’ block in the lists blocks.

*You can use any character or sequence of characters as a delimiter, comma is just the default delimiter.

Hello! @jane I’m new to Thunkable. I saw that you are the staff in Thunkable. I’m having an issue live test my app through thunkable live app on phone. However, when I use the live test on PC. It works perfectly. May I know the reasons for this? I uninstall and reinstall the app but it doesn’t seem working. I appreciate your time to help me.