I am binding data to list box and when selecting an item, it navigates to a screen2.
Screen2 should load data based on item selected in list box.
Below is the navigate command, which is navigating to Screen2, but not sure on how to access context (data in below example)
Navigate(Screen2, ScreenTransition.Fade,{data:Id})
Please help