Transferring data between views after transition
What is the intended way to transfer data between views? Global variables in FrontendApplication or something else?
For example I have views that can be entered from multiple locations, and the view should go back to the specific view that it originated from.
I also need to transfer strings from views to others, and more.
How is this supposed to be done?
Thanks!