3 ways to create Power Apps (Types of Power Apps)

Understanding Different Types of Power Apps: 3 ways to create PowerApps

4 comments

Loading

In this “Different Types of Power Apps” article, we will learn about the how different 3 ways we can create Power Apps or what are the various types of PowerApps available.

Microsoft’s Power Platform is a powerful suite of tools designed to enable business users to create applications and automate workflows without extensive coding expertise. At the heart of this platform are Power Apps, versatile tools that cater to different business needs and complexities. In this article, we’ll explore the different types of Power Apps and how they can be leveraged to streamline operations and enhance productivity.

Understanding Different Types of Power Apps

The following types of apps are available, or we can create them using the PowerApps tool:

Canvas Apps

Canvas Apps provide the most flexibility and customization among the different types of Power Apps. They allow users to design applications with a blank canvas, enabling the creation of highly tailored user interfaces and interactions. In a Canvas App, users have control over the layout, design, and functionality, making it ideal for complex applications that require a personalized touch.

Key Features:

  • Drag-and-drop interface for designing the app.
  • Integration with various data sources.
  • Customizable UI elements and layouts.

Use Cases:

  • Custom data entry applications.
  • Interactive dashboards.
  • Apps that require advanced logic and user experience.

Model-Driven Apps

  • Model-Driven Apps offer a more structured approach to app development. They are built on a standardized data model, typically derived from the Common Data Service (CDS). These apps focus on presenting data in a structured and standardized way, making them suitable for scenarios where data consistency and business processes are crucial.

Key Features:

  • Pre-built business components and forms based on data model.
  • Automatic UI generation based on the data schema.
  • Enforced business logic and processes.

Use Cases:

  • CRM applications.
  • Data-driven applications with standardized processes.
  • Apps that require minimal design effort.

Portal Apps – Power Pages

Portal Apps extend the functionality of Power Apps to external users. They are designed to create websites accessible to a broader audience, including customers, partners, or community members. Portal Apps allow for seamless interaction with external stakeholders, enhancing engagement and collaboration.

Key Features:

  • External user access to specific app features.
  • Authentication and authorization controls for public access.
  • Integration with Dynamics 365 and other data sources.

Use Cases:

  • Customer self-service portals.
  • Partner collaboration portals.
  • Community engagement platforms.

AI Builder Apps

AI Builder Apps empower users to infuse artificial intelligence (AI) capabilities into their Power Apps without requiring deep AI knowledge or programming skills. It offers pre-built AI models that can be integrated directly into applications, enhancing functionality with AI-driven insights and automation.

Key Features:

  • Pre-built AI models for vision, text, form processing, and more.
  • Custom AI model creation for specific business needs.
  • Integration with existing Power Apps.

Use Cases:

  • Object detection in images.
  • Sentiment analysis in customer feedback.
  • Automated form data extraction.

Power Virtual Agents

Power Virtual Agents allows users to create chatbots that can engage with customers and employees effectively. These chatbots can be designed to handle a variety of tasks, from answering common questions to guiding users through processes. Power Virtual Agents integrates seamlessly with other Power Platform tools for enhanced automation.

Key Features:

  • Drag-and-drop interface for chatbot design.
  • Integration with various channels (e.g., Microsoft Teams, web, mobile).
  • Pre-built templates and AI capabilities.

Use Cases:

  • Customer support chatbots.
  • Employee onboarding assistance.
  • Appointment scheduling and booking.

The diverse range of Power Apps caters to different business needs, from highly customized and interactive applications to structured, data-driven solutions. Understanding the unique strengths and use cases of each type empowers organizations to harness the full potential of the Power Platform and drive innovation within their workflows.

Now, we will move on to the demo part of this article. Before getting into the demo, if you don’t have a Power Platform development environment, you need to create one, referring to this article: PowerApps Development Environment: Create free development environment using Power Apps Community Plan

Demo: 3 ways to create Power Apps (3 types of Power Apps) – Different Types of PowerApps

Basically, there are 3 types of Power Apps available or we can create the Power Apps in 3 ways, these areas below:

  • Canvas
  • Model-driven
  • Portal

Now we will discuss each type of Power Apps mentioned above.

What is the Canvas app?

This is something we can think of as an empty framework where you want to create the apps from scratch, and during the app development, you will connect this app with any of the data sources that you would like to. We can compare the Canvas app with a PowerPoint empty template, or if you are from the InfoPath Form developer background, we can compare the Canvas app with an InfoPath Form blank template. In all cases, the tool will allow you to select the empty template, which you can then customize as per your needs.

The main purpose of the canvas app in PowerApps is its ease of use with drag and drop control. In the Canvas app, we don’t need to worry about how data is structured, and they offer a much more intuitive user experience than model-driven apps (in the coming section, we will discuss model-driven apps).

How to create a canvas app in PowerApps?

Follow the below steps to create the PowerApps:

  1. Log in to the PowerApps portal using this link – https://make.powerapps.com/environments/9047ecc6-a159-455d-8951-eaf0c02e1a89/home
  2. Select the environment from the environments selection dropdown list.
  3. Click on the “+ Create” button from the left side panel.

How to create canvas App in PowerApps?

How to create a canvas App in PowerApps?

Then, click on the “Canvas app from blank” icon.

Three ways to make an app - Canvas app from blank template
Three ways to make an app – Canvas app from the blank template.

Provide the app name.

Select the app format, we could select the app format either as “Tablet” or “Phone”.

Here we have selected the format “Tablet” which is the default selection.

Step to create canvas app from blank template

Step to create canvas app from the blank template

Click on the “Create” button.

Canvas app design

Design the app you want, and connect it to hundreds of data sources.

Now, we will see the welcome to the Power Apps studio screen. Here are a few ways to start building an app from a blank canvas. There are two options to start with or even skip both of them.

  • Create a form
  • Create gallery

Welcome to Power Apps studio - Create Form

Welcome to Power Apps studio – Create Form

Here we are going with the “Skip” option as this just shows proof of concept of how we can develop a canvas app.

Click on the “skip” button.

Design and develop a sample canvas app in Power Apps

In this section, we will design a sample canvas app using the Power Apps drag and drop control as part of the demo.

Add three labels for “First Name”, “Last Name” and “Mobile Number” and accordingly input the textbox for these controls (user input) and a sample “Submit” button from the insert menu.

Design and develop sample canvas app in Power Apps
Design and develop a sample canvas app in Power Apps

Preview the app to see how it works

Press (F5) or click on the play button to preview the app to see how it works.

Preview the app (F5) - Preview the app to see how it works
Preview the app (F5) – Preview the app to see how it works
Canvas app in preview mode in Power Apps
Canvas app in preview mode in Power Apps

Now click on the (Control+S) button or save as from the left side file menu to save the app in the cloud (Save to Power Apps).

There we need to provide the app name and click on the Save button.

Note:

  • The default saves as the selection is the cloud however, we could select the other option – this computer (save a copy to my computer).
  • The first time, while you save the Power Apps automatically it gets published the first version of the app.
  • When you save the model-driven app the first time, it gets published automatically however, in the subsequent changes in the app, we need to exclusively handle the publishing method.
How to save canvas app in cloud in Power Apps
How to save canvas app in the cloud in Power Apps

How to create a model-driven app in PowerApps?

In this section, we will learn what is the model-driven app in PowerApps and how to create it.

What is the model-driven app in PowerApps?

In simple words, the model-driven app is designed out of the data model available; you have your source data available, which may be in SharePoint, SQL, or Microsoft Dynamics 365, etc., and you want to develop the app out of these data connections. Here, the design time of the app is much faster than that of the canvas app.

A few key points from the model-driven app:

  • As with the Canvas app, simple drag-and-drop controls are available.
  • The app is data-oriented, developed based on predefined source data.
  • For example, if you want to develop a canvas app for the CRUD operation in a SharePoint list, it takes a significant amount of time, whereas the CRUD operation in a SharePoint online list using the model-driven app is much faster—we can achieve it with just a few clicks.

How to create a model-driven app in PowerApps?

Below are the steps to create a model-driven app in PowerApps:

Follow the same navigation as the canvas app – click on the “+ Create” link from the app section (https://make.powerapps.com/environments/9047ecc6-a159-455d-8951-eaf0c02e1a89/templates), then click on the “Model-driven app from blank” icon as shown below.

Create model-driven app from blank in Power Apps
Create a model-driven app from blank in Power Apps

Select the app experience from the “Select a creating experience” as a classic app designer which is a default selection, however, we can select the “Modern app designer (preview)”.

Create model-driven app from blank using classic app designer experience in Power Apps
Create a model-driven app from blank using a classic app designer experienced in Power Apps

Click on the “Create” button.

Model-driven app from blank

Model your data to create the building blocks of your app, and let Power Apps design the look.

On the next screen, we can see the below message.

“No database found

You’ll need a database to use this feature. Choose Create database and we’ll set one up for you.”

No database found - create database in PowerApps
No database found – create a database in PowerApps

Click on the “Create database” button.

In the next screen, we can see the database creation parameters along with the below message:

“By choosing to Create my database, you agree Microsoft can use table and column names that you create (but not content in the database tables) to help improve our common data model. These names may be stored in our diagnostic systems and copied across regions. Learn more”

Different Types of PowerApps - New database creation parameter in Power Apps
New database creation parameter in Power Apps

Note:

  • The database cannot be created from a trial tenant account, so we are not extending this topic here, we will take another approach to create the model-driven app.

Create a model-driven app – start from data

Go to the same app creation navigation, there we need to go to the start from the data section, then we could select any of the below data sources:

  • SharePoint
  • Excel Online
  • SQL Server
  • Microsoft Dataverse
  • Other Datasources

For this demo, we are selecting “SharePoint” as a data source. Click on the “SharePoint” icon from the “Start from data” section.

Different Types of PowerApps - Create model-driven app with the start from data approach
Create a model-driven app with the start from data approach

In the next screen, we could see lots of other data connections, here SharePoint is selected by default.

In the “How do you want to connect to your data?” selection select “Connect directly (cloud services), the other option “Connect using the on-premises data gateway” is for the on-premises data connection.

Create SharePoint data connection - Connect directly (cloud services)
Create SharePoint data connection – Connect directly (cloud services)

Click on the “Create” button.

In the next screen, we need to enter the SharePoint site URL for the location of your list, here either we could select the site from the recent sites list or could enter the site URL and click on the “Go” button.

Connect to a SharePoint Site for model-driven app in Power Apps
Connect to a SharePoint Site for model-driven app in Power Apps
Choose a list from SharePoint Connection in Power Apps model-driven app
Choose a list from SharePoint Connection in Power Apps model-driven app

Then click on the connect button which you will at the bottom of the page.

Model-driven app demo in Power Apps
Model-driven app demo in Power Apps

Wow, done !!!

Without designing the form, we could see the nice-looking Power App form with the New, Edit, and View options.

Notes:

  • Press the F5 key or the play button from the top right-most corner to preview the app.
Model-driven app in preview mode
Model-driven app in preview mode

How to save the model-driven app in Powe Apps?

From the File menu, click on the “Save as” button or click on the ctrl+S button to save the model-driven Power App and name the app appropriately.

Note:

  • The model-driven app could be saved as “The cloud – Save to Apps” or
  • This computer – save a copy to my computer.
Save as model-driven app in Power Apps
Save as a model-driven app in Power Apps

Difference between canvas app and model-driven app in PowerApps

There are many differences between the canvas app and the model-driven app; below are a few points:

  • We will use model-driven apps when we use forms and views created on Power Apps inside Dynamics 365.
  • “Model-driven apps” are apps created to support deployment into Dynamics 365.
  • The Model Drive app is data-centric, which means the app gets designed automatically based on the data entity.

On the other hand, we have the following with respect to designing the Canvas app:

  • The canvas app can be designed from scratch with the empty template, and later you can give it a better look and feel.
  • The canvas app can be designed with drag-and-drop controls.
  • There are two types of layouts for the Canvas app: tablet and phone. And there is no layout for the desktop or laptop view.
  • The canvas app can be deployed to Microsoft Teams, the Apple Store, the Play Store, SharePoint Online, and many other tools.

As of now, we have learned about the Canvas app and the model-driven app in Power Apps; now we will understand and learn about the portal app in Power Apps.

Power Apps Portal

The Power Apps Portal is a new feature or add-in added to the Power Apps platform, using which we can create a very responsive website. In the backend, it uses Microsoft Dataverse as the database table. Previously, we developed publishing-facing websites using other technologies such ASP.Net, SharePoint, and so on; now, if we develop some products (apps) using the Power Apps platform and want to market those products (apps) within the Power Apps platform, the Power Apps portal is the right choice.

A few key points about the Power Apps Portal:

  • Enable external access with Power Apps portals and empower anyone—inside or outside your organization—to interact with Microsoft Dataverse data using the Power Apps portals.
  • Using the Power Apps portal, we can enable anyone to build responsive websites.
  • Using the Power Apps portal, we can engage with external customers and partners.
  • You can extend the power of your solutions to your external customers and achieve amazing results.
  • With Microsoft Dataverse, you can bring all your data together, including Power BI and Power Automate, and enable your users to interact with it anytime, anywhere.
  • easily accessible from all devices, like desktops, tablets, and mobile.
  • Anonymously, external users can access the Power Apps portal site.
  • External users can log in to the Power Apps Portal using LinkedIn, Microsoft accounts, and other commercial login providers’ accounts.

PowerApps portal from blank – steps to create Power Apps portal

Browse the power apps maker URL – https://make.powerapps.com/environments/9047ecc6-a159-455d-8951-eaf0c02e1a89/templates

Select your environment from the environment selection.

Click on the “+ Create” button.

Click on the “Portal from blank” web icon/link.

PowerApps portal from blank - steps to create Power Apps portal
PowerApps portal from blank – steps to create Power Apps portal

In the next screen, we will see the option to pass the below parameters:

  • Name:  Here we need to enter the portal name for example. My Portal
  • Address: Here we need to enter the Portal Address, for example, “myportal”
  • Language: Select the langue of your choice from the language selection dropdown list.
Different Types of PowerApps - Create Power App portal from blank
Create a Power App portal from blank

Then, click on the “Create” button.

After clicking on the “Create” button, it might take up to 10 minutes to create the portal So we have to wait till that time unless we are not getting the successful message “Portal created successfully”.

Notes:

  • Using the trial tenant you might not get the option to create the portal as the portal needs a database and the database can only be created using the paid tenant or you need to buy a portal creation package (add-on).

Summary: What do we have here (3 types of Power Apps)?

Thus, in this article, we have learned the following with respect to various types of apps in the Power Apps platform:

  • Types of Power Apps: various ways to create Power Apps
  • What is the Canvas app?
  • How do I create a canvas app in PowerApps?
  • How to design and develop a sample Canvas app in Power Apps
  • How to preview the power app or how to publish the power apps
  • How do I create a model-driven app in PowerApps?
  • What is the model-driven app in PowerApps?
  • How do I create a model-driven app in PowerApps?
  • How to create a model-driven app: start from data
  • Difference between a canvas app and a model-driven app in PowerApps
  • What is the Power Apps Portal?
  • PowerApps portal from blank: steps to create a PowerApps portal

See Also: Power Platform Articles

You may also like the following Power Platform articles:

For the update on the PowerApps, you can refer to What is Power Apps? MSDN article.

Buy the premium version of SharePoint Online & Office 365 administration eBook from here:


Buy SharePoint Online & Office 365 Administration eBook

 

 

About Post Author

4 comments on “Understanding Different Types of Power Apps: 3 ways to create PowerApps”

Do you have a better solution or question on this topic? Please leave a comment