New to PowerApp. I would like to know how to have a left / right panel layout and when click on the left panel the selected data would display detail records on the right side panel?

New to PowerApp. I would like to know how to have a left / right panel layout and when click on the left panel the selected data would display detail records on the right side panel?
Hi @Anonymous
Yes, it's possible to do this. I recommend that you look at the tablet version of the 'Site Inspection' app to see how this works.
Your left hand panel would contain a gallery of records (called Gallery1 in this example). The controls in your right hand pane would reference 'Gallery1.Selected.<FieldName>' to display the selected item.