TinyDB on more than 2 screens

I´m having a problem with TinyDB. I can store data between 2 screens, but not between more.
I tried using the same Namespace on all TinyDB-components, but it still doesn´t work.
Is this a known problem or did I just forgot something?
Thanks

Use the same namespace on each screen

I'm already using the same namespace for each screen. It still doesn't work.... :frowning:

Show examples of blocks for each screen

Try to work without global variables, taking the data from the TinyDB values directly and immediately storing updates.

Also double check the spelling of the tags in the different screens.

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
export_and_upload_aia

This should demo tinydb value across four screens

tdbacrossscreens.aia (6.1 KB)

Don't use multiple screens. Cause a lot of trouble. Use arrangements.

I fixed it! :smiley:
It was my fault, I used the Slider component to let the player choose his name.
Then I saved it with TinyDB and expected to instantly see the chosen name on the screen, but I only saw the number. Now I made it so that the other screen knows what name you pick by the number.
Yet thanks to everybody who replied! :slight_smile: