How do you pass data from several screens to a TinyBD base on another screen without losing what was already stored there?

In the project I'm developing, I'm using several screens, and when I change screens and return to the same one, the data stored in TinyBD is deleted... what am I doing wrong? How can I avoid losing data stored in TinyBD when changing screens? Thanks

If you want to see the data stor4ed in a screen, in other screen, Have you got a TinyDB component in each screen with the same namespace?

image

Anyway, share how are you storing and recovering the data to check it.