Interpretation of data

Hi guys
I would like assistance on how I can be able to make a screen automatically give information based on the previous screen. For context( I created an app that can classify the soil type one has now I would like for the user to know the quality and information about their soil type when they go over to the next screen)

TinyDB can store data across screens.

Don't go beyond 10 screens

Hi
Thank you for the suggestion.
Can you please explain how I can do this with the TinyDB.

Store the data as usual, just make sure the namespace is the same then you have the same TinyDB data

Thank you for your help

Thank you