Hello,
I am trying to figure out how to navigate from a filtered gallery to a gallery on another screen where the data source is a collection.
I am using this Fx in the 'Items' property of the first gallery:
Filter(SubtopicCollection, Building = TopicBuildingValue.Text && Topic = TopicDD.Selected.Value)
This is displaying the item correctly from the collection:
However on the Chevron, I wish to navigate to another screen to access the gallery named galSubtopics where I should be able to view the selected item from the collection.
Any ideas?
Thanks @Rajkumar_404 - that was the solution! 👍
Hi @sudosaurus
Try this
OnSelect: Navigate(Screen2, ScreenTransition.Fade, {SelectedItem: ThisItem})
Thanks!
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
@VauBee - that will just navigate to the other screen - I know how to do that.
I need to be able to navigate to the item selected in the first gallery so that the gallery shows the correct collection item in the other screen.
Hi @sudosaurus
to navigate set the chevrons onSelect property to Navigate(YourScreenName, ScreenTransition.Fade)
To reference the 1st gallery set the 2nd gallery item property to FirstGallery.Selected.
If you only want to show data of the selected item on the second screen, a form might be the better choice.
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2