I want to have a list on Screen 1, after pressing button "Add More" user is taken to Screen 2, he adds another item, then pressing "Show All" and taken to Screen 1, where he can see all items added in a list (those that he added just one and those added before).
As @Xtendera has said, save your data to a tinydb, ensure you have a tinydb component with the same namespace in your other screen/s, then the tag will be available to use.
It doesn't save the data, ones I add more, it' displays only the latest value.
I passed down from second screen a value as a list, the displayed it using list viewer, than saved to Tiny DB. Why when I go back to second screen to add new value and return with new value to display it shows only the latest value but not previously stored items?