I have one list, and I created different screen with the same name like element of the list.
I get a list form the Rest call (and this rest call returns me a list containing this elements [addition, multi ...] )
What I want is, when I select the element from the list, to navigate to the specific screen for this element.
I thought that is something like this: Navigate( ThisItem.workbookName , ScreenTransition.Fade) but I get the code error.
Can someone give me a hint how to solve this?
I also tried via UpdateContext, and to create a variable, but without success.
Solved! Go to Solution.
Hey,
How do i navigate to other screen on selection of listbox options.
example: Listbox contains 7 options, when i select 1,3,5 and click on button. I have to navigate to another required screen.
Could you please help me on this regarding ?