Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Testing the component on a canvas app

This is the final step of our deployment process: import the PCF component to a canvas app and verify the result. We will do this by creating an app from scratch.

How to do it

  1. Go to the Power Apps portal, https://make.powerapps.com/, and from the home page, click on Canvas app from blank.
  2. On the dialog that opens, enter Font Awesome Test for App name and keep the Tablet format.
  3. Once the Studio opens, from the Insert toolbar at the top, click on Custom | Import component.

    On the pane that opens on the right, look for the Code tab at the top and select it. From the list of elements to import, you should see FontAwesomeComponent in the list, as seen in the following screenshot:

    Figure 11.5 – FontAwesomeComponent under the Code Component section

    Figure 11.5 – FontAwesomeComponent under the Code Component section

    Select it and click on Import.

  4. From the Insert panel on the left, you should now see a new section called Code components. Expand it and click on FontAwesomeComponent.
  5. Once...