Need help with listpicker

I need to know how to make a new screen show up when an item is selected using the list picker. if any examples or tips could be replied to on this that would be greatly appreciated.

ListPicker.Elements: Screen2,Screen3
ListPicker.AfterPicking
  if ListPicker.Selection = Screen2
  open another screen screenName: Screen2
1 Like

Point 6: "Do not open multiple threads on the same topic."

I closed it.

image

You can use this block.
Also have a look at these links -
Tribblehunter's Multiple Screen Method
The recommended method of switching screens in App Inventor

2 Likes