How can I log data from screen 1 and use it in a chart on screen 2

I am working an app that I would like to log the user responses to my current buttons and use that on screen 2 in order to track mood performance. Is this possible? Or does someone have a work around?

Hello,
You can use tinyDb to store the data in one screen and then get it available in any other screen, or you can also pass the data direcrly from one screen to other with blocks.

Other good option could be use vertical arrangements instead of real screens (virtual screens) and then you don't need to share data between screens.