Hello! I have recently been building out an interface that has a few different pages within it such as Home, Event Details, Event Contacts, etc. The main purpose for this interface is to create a more user friendly and aesthetically pleasing method for myself and employees to input data to our master base of records. My company manages logistics for touring musical artists so each record in the base represents a single event. Therefore, each page within this interface represents a different slice of the overall information pertaining to each event. If I want to add flight information, there is a dedicated page for that, if I want to input hotel information, there is a dedicated page for that, and so on.
Currently, as far as I am aware, the only way to pick which record the interface page is addressing would be to add a Record Picker element which can be used to pick the specific event from a drop down menu. So if I am on the Event Details page within my interface, I need to choose which record I need to update from the Record Picker element and then repeat this step any time I switch between pages within the interface since the default record always seems to be the first record within the parameters I've set (in this case is all records in which the date of show is on or after today).
My question then is, how can I make it so I only have to choose the record on ONE page and this record will be selected anytime I switch pages within the interface? Like a master record picker in which this record picker defines which record is being looked at while I am on any page within the interface. Pictures attached to add some visual clarity to what I am saying here.
Thanks in advance and thank you Airtable!