Hi, I have a variable that all views need to have access to. For instance say it’s an Event and I have 2 views. Each view will display different pieces of data from that Event.
I can create a property for each view called Event and I know there is a method to Set Property of Current View but if I’ve selected an Event in view 1, then click the tab for view 2, how do I tell view 2 what event I have selected in view 1? I can’t reference one view’s properties from another view.
So how do I pass data from one view to another?
I’ll add I’m trying to do this using the built in tab functionality that automatically switches views for you, not the Go To View action where you can pass data to the view you are opening.