Hey,
I'm new to PowerApps and am trying a few different things. and currently I'm trying to fill a gallery with items from SharePoint. The SharePoint List is quite short and simple, it has 3 titles and 3 screen names. What I want to do is that I'd like to set the gallery buttons OnClick = Navigate(ThisItem.Screen), except that ThisItem.Screen is a text, and not an object to navigate to. What I wonder about is if it's at all possible to find the screen whos Screen.name = ThisItem.Screen
This is probably not the best way to navigate to a new screen based on SharePoint information