Hi there,
I need to be able to click on a button, and have the app show me three options (option 1, option 2, option 3) ...when the user clicks on one of these options, a new screen will open. Each option is connected to a different screen. I used the list picker element in the (designer screen), then added "Option 1, Option 2, Option 3" into the Elementsfromstring field. However when I use the app and click on the designated button, the three options appear in the form of a list (good), then I also enabled each Option (1-3) so they can be clicked on (good), but when I do click on then, a new screen should open and it does not, and instead returns back to original screen that list button is on (bad).
I have the blocks set up so that when ListPicker1.BeforePicking + ListPicker1.Enabled to true + call ListPicker1.Open. Then I also have when ListPicker1.AfterPicking do + open another screen screenName "Option_1". I have this whole process copied for Option 2 and 3. Where am I going wrong?
Thanks for your assistance!