Hi everyone. I'm new here.
I'm just creating an app but I'm having this issue:
I want to use Switch in Screen3 to Navigate to multiple Screens but with the knowledge of what the user select in the Screen1, where I have multiples Icon.ChevronRight and those are what I need to reference in a Continue Button using something like this:
Switch( Icon.ChevronRight, "Icon1", Navigate( Screen4, ScreenTransition.None ), "Icon2", Navigate( Screen5, ScreenTransition.None ), "Icon3", Navigate( Screen6, ScreenTransition.None ) )
How can I solve this?