This seems like such a simple thing to do, but I seem to have it all wrong. I have a SharePoint list called Newsletter Articles. I have a vertical gallery (called LeftNav) that holds a list of all the articles (just the title and the author) that hangs out as navigation on the side of my Power App.
I have another gallery that I've sized to be huge (called DetailedView), and that gallery holds all the article details - you'll see the article title, author, text there, a video recording, etc. etc. I want to be able to select a newsletter article from the LeftNav gallery, and have the DetailedView gallery show the details for just that article.
Detailed view throws an error with any of these Item specifications:
Filter('Newsletter articles'.ID,LeftNav.Selected.ID)
Filter('Newsletter articles',LeftNav.Selected.ID)
Filter('Newsletter articles',LeftNav.Selected)
Bonus question - what should my Action be for my LeftNav items? I have a feeling I have that written wrong too...
Thank you in advance for any help!