Problem with lists and variables across screens

Hello all, I’ve encountered a problem with my workout log app. I want to be able to save an entered workout to a new screen, and also display the previous workouts, however, when ever I press the button that saves the variables to the TinyDB and opens the next screen, only the most recent entered workout is displayed. Can anyone offer some help or a solution to showing the entire past workout dates? Any help would be appreciated.

Hello Kevin

Use TinyDB without changing it’s name or the internal namespace name.

Your App is in danger of requiring too many screens? I recommend you modify your design and use Virtual Screens (Screen1 is the ‘real’ Screen and device-sized Vertical Arrangements on it are displayed/hidden as required - they are your Virtual screens)