Exercise - Create UI for a new canvas app
In this unit, you'll generate a new canvas app that you will customize with various pieces of the UI covered in the previous units. This should give you a good idea of the capabilities of UI design in Power Apps.
Note
Power Apps requires either an Office 365 license or a free trial. Learn more about your licensing options. Microsoft products include Microsoft Power Apps and Power Automate.
Creating a new blank app header
Log into Power Apps.
On the Home screen select Canvas app from blank.
Name your app New UI App and click Create.
In the new app, select the Insert tab and the Shapes dropdown. Scroll close to the bottom of the dropdown options and choose Rectangle.
Move and resize the rectangle to cover the top of your app screen.
Next, select the Media dropdown at the top and choose Image.
Move the image to the top right corner of your app screen.
Change the Image property to:
User().Image
Insert a Label and change the Text property to:
User().FullName
Move the label next to the image and resize as needed.
Insert a Button and move it to the middle of the screen.
Select the Home tab in the top left, and click the Theme dropdown. Choose Forest.
Notice how the entire app's color scheme changes according to the new theme; including the button, label, and font colors. This is how easily you can make your Power Apps look and feel unique and fun, but also enhance the usability and appearance.
Need help? See our troubleshooting guide or provide specific feedback by reporting an issue.