I have a button that links to another page where I want it to fill in a dropdown.
So the button would be something like Navigate(Screen1,ScreenTransition.UnCover, {selectedSection: "Session 1" })
Then on Screen1 there is a dropdown called Session. I want the value from that button to be passed on to this dropdown which in this case is Session 1.