In the app that I am creating, I need certain text labels to auto populate with data based on the selection of a ComboBox.
In this instance, the ComboBox is locked to only accepted one selection. This is so that the user can only select one Case title from a specific Object item view. Once that Case is selected, I need the PowerApp to go and pull the information from the actual Case Table, so that I can then grab the Customer name and Site address to be applied to text labels in the PowerApp. How would I go about doing this?