In a Canvas app, a Detail Screen is a type of screen that displays detailed information about a specific record or item from a data source.
Here are the steps to create a Detail Screen in a Canvas app:
- Open Canvas app in Power Apps Studio and select the “Screens” option from the left-hand side menu.
- Click on the “New Screen” button and select the “Detail screen” option from the dropdown menu.
- In the “Data source” dropdown, select the data source that we want to display the details for.
- In the “Item” dropdown, select the field that we want to display the details for. This will be the record that the user selects from a list or gallery on a previous screen.
- Customize the Detail Screen layout by adding controls like labels, text boxes, images, and other data controls. Arrange them on the screen in the way that we want.
- If like to add interactions to the screen, such as buttons to edit or delete the record, you can add those as well.
- Save Detail Screen and test it by running Canvas app.
When a user selects a record from a list or gallery on a previous screen, the Detail Screen will display the details for that record, allowing the user to view and interact with the information in a more detailed manner.