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?