I made this post as two parts, the first was created by ChatGPT, the second written by me. The posts both cover the exact same topic, but I wanted to prove the point that there is a lack of available resources for allowing citizen developers make the right choices about which apps they should create. Especially when it comes to building model-driven apps. This post

While browsing the Power Apps Community boards, and talking to citizen developers, the first thing that strikes me about working with Power Apps is that there is usually very little consideration put in to which type of app should be created in the first place. Before you disagree, I want to make a few points clear first. I understand that not all makers are able to access premium features, and therefore model-driven apps are out of the question for those developers, that is understandable. And not all makers should make model-driven apps, as there are no doubt many use-cases where a canvas app is the correct fit.

However, I generally find a trend in most citizen developers approach that I wanted to address. A very large percentage of the guides found online, including the Microsoft guides and documentation, are specifically tailored for helping citizen developers with Canvas Apps. Furthermore, when looking for help with power apps, the first hits most people will find, present a canvas app as the representative of what “power apps” mean.

The post contains the following elements, the last part is especially helpful for new citizen developers that are looking for help with getting started with ANY kind of application.

-My impression of current community/support landscape
-Advantages and disadvantages of Canvas Apps and Model-driven Apps
-Actual resources that will get you up and running quickly with your first app

Current community/support landscape

Where do citizens developers find help?
Finding help for your first business applications can be a challenge as far as I see it. Especially if you want to – or need to – create a mode-driven app. I implore you, try for yourself and give me feedback on whether you found an example of a model-driven app by using any of the normal search terms such as “get started with power apps”, “create your first power app”, “how to create a power app”, or any other term using either Bing or Google.
(warning, risk of advertisement) Incidentally, if you DO need a guide for creating your first model-driven app. You can find a 5-step guide on my blog. I will also upload a series of videos following the same steps.

But back to the point of this post.

I understand the idea of wanting to create an application with a personal look and feel, and the Canvas App provides just that. The concept of incredible freedom to create any type of app for any type of device is intuitively appealing to most people. However I would argue that several cases of applications I see, tend to solve the same very basic needs.

These needs are for the most part centered around either replacing or updating current business processes. Processes that again are centered around using SharePoint lists, Excel sheets, or other ways of gathering information that can be used in a business context and usually forms the basis of some sort of reporting afterwards.

Why do we advocate for Power Apps in the first place?

Often times the main selling points for Business Applications are that they can, roughly speaking, evolve your typical employees from the job of being excel/sharepoint input slaves to become citizen developers that leverage the power of a modern low-code platform to grow your business and focus on the actual work that needs to be done. But in order to achieve this we need to actually empower citizen developers to make the right choices when opening up make.powerapps.com for the first time.

In this post I want to dive further into the pros and cons of each type of application and leave your with a better ability to decide which application should be used for solving your business need when creating your next Business Application on the Power Platform.

The basics of Canvas Apps and Model-Driven Apps

Canvas Apps are pixel-perfect applications that provide an almost unlimited way of designing the look and feel of your application. The interface makes it easy to design your app for either phones, tables, or PCs.

There is a large amount of freedom offered to the developers in choice of data source, including Dataverse, SharePoint, Excel sheets, and many more. In most cases, this will allow developer to use an existing data as the foundation of the application. The advantage of this is that the developer does not need to start from scratch and build a new data model just to create a simple app. The logic for each column or object added can be expanded with great detail using PowerFX. PowerFX in this context is two things, its extremely powerful and for the most part it is very intuitive, I am personally a big fan of having it as the basis when working with Power Apps. However, the ability to create logic using PowerFX also presents what I believe is one of the biggest drawbacks of canvas apps. The user is forced to custom-code almost every command, even when they just need to add a simple field or create some very basic business logic.

Model-Driven Apps are locked in a very specific format for how your columns are presented when viewing and inputting data. Furthermore, there is an, almost completely, locked framework in place for how you access a record and how this is saved, deleted, etc. This provides several limitations in the looks and feel of your application. Your main options are adding tables, tabs, sections and filling them with the available Dataverse columns (Note: “fields” are called columns, but the term columns is also used to indicate how many columns(think in terms of a word column) of columns (fields) there are in a tab or section, confused? me too) . There are some other customizations allowed for certain fields, and through the use of PCF components this is further expanded. However, through all the restrictions, the user can focus on actually making the app with what is needed. The experience is usually that adding new columns and placing them is something that can be done as soon as a user identified a needed data input. This can be done within minutes, independent of the type of column being added.

Pros and Cons of the two types of Power Apps

So let’s do a quick break-down of the difference pros and cons of the two different types of apps. Instead of listing first listing them for one and then the other, I will make a comparative list of the pros and cons to give a better understanding of what they really bring to the table. I will also include some common misconceptions to clear up any misunderstandings and hopefully encourage more creative app development in the future.

Canvas app pros:
-Incredible design freedom
-Data source availability
-Start with your existing data
-Device-specific design
-Easy access to use device capabilities (camera, microphone, GPS)
-Full use of all PowerFX features
-Responsive (if you design them correctly)

Model-driven app pros
-Easy to get use interface
-Large number of customizations available through PCF component framework
-Responsive interface(notice how this sounds similar to the point for canvas apps)
-Offline functionality
-Accessibility support (Model-driven apps follow accessibility standards and guidelines by default)
-Native use of Dataverse business rules and logic

Now notice how there is an overlap in some features. Both types of apps allow the users to make use of Dataverse logic and functionality. This is a point that my ChatGPT created post was not able to capture. If you create a canvas app using Dataverse as a source, it can use exactly the same business rules and processes available to the model-driven app. In other words; You should not feel limited to creating a model-driven app if you want to leverage Dataverse functionality. Furthermore, canvas apps can be made responsive through design. The issue is not that it can’t be done, the issue is that it requires pro-code knowledge or help to get to that point. Although there are many resources available to help you get there quickly.

Lets jump into the disadvantages for each type of business application

Canvas app cons
-High complexity in designing your application / steep learning curve
-Lack of standards/accessibility
-Limited functionality for low-code developers
-Not responsive by design (specifically built for each device)

Model-driven app cons
-Staring from scratch when designing your data source
-Limited design options
-Limited access to PowerFX
-Limitations in business logic, and some options only available in the classic/legacy interface
-Data source limitations – Dataverse is the only data source available
-Limited access to device capabilities

Especially noteworthy is the aspects of whether the application is responsive or not. I would also like to add a personal downside of canvas apps, they are seldom made for PCs, and generally do not work as well on PCs. The first impression of creating an “app” is that you design it for phone or tablet use. But honestly, are most of the apps we are trying to replace actually used on phones/tablets in the first place? Workplaces are still filled with laptops or desktop PCs. Most of business users even have a mouse and keyboard connected, enabling much faster input in to your application, as opposed to limiting your connectivity between the app and user to just a touchscreen.

I want to leave you with some resources for finding help. They cover several areas, such as overcoming specific application challenges, and information about working with the Power Platform in general. Let me know if you have suggestions for additions to the list.

Important Resources for Citizen Developers

Shane Young (Canvas apps mainly)
Sara Lagerquist (model-driven apps)
Scott Durow (canvas apps and model-driven apps, technical)
Kristine Kolodziejski (canvas apps, responsive design and UI/UX)
Matthew Devaney (Model-driven apps)
LowCodeLewis (Power Platform)
Alex Shlega (Power Platform)
April Dunnam (Power Platform)
Jukka Niiranen (Power Platform)

One response to “Human created – Considerations for creating your first Power App: Canvas vs. Model-Driven Apps”

  1. […] In August 2023 I made a post comparing Canvas Apps to Model-driven Apps. You can find it here: Create your first app: Canvas Apps Vs. Model-Driven Apps […]

Leave a Reply

Designed with WordPress

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.
Cookies settings
Accept
Privacy & Cookie policy
Privacy & Cookies policy
Cookie name Active

Privacy Policy

What information do we collect?

We collect information from you when you register on our site or place an order. When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address or mailing address.

What do we use your information for?

Any of the information we collect from you may be used in one of the following ways: To personalize your experience (your information helps us to better respond to your individual needs) To improve our website (we continually strive to improve our website offerings based on the information and feedback we receive from you) To improve customer service (your information helps us to more effectively respond to your customer service requests and support needs) To process transactions Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested. To administer a contest, promotion, survey or other site feature To send periodic emails The email address you provide for order processing, will only be used to send you information and updates pertaining to your order.

How do we protect your information?

We implement a variety of security measures to maintain the safety of your personal information when you place an order or enter, submit, or access your personal information. We offer the use of a secure server. All supplied sensitive/credit information is transmitted via Secure Socket Layer (SSL) technology and then encrypted into our Payment gateway providers database only to be accessible by those authorized with special access rights to such systems, and are required to?keep the information confidential. After a transaction, your private information (credit cards, social security numbers, financials, etc.) will not be kept on file for more than 60 days.

Do we use cookies?

Yes (Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information We use cookies to help us remember and process the items in your shopping cart, understand and save your preferences for future visits, keep track of advertisements and compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. We may contract with third-party service providers to assist us in better understanding our site visitors. These service providers are not permitted to use the information collected on our behalf except to help us conduct and improve our business. If you prefer, you can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies via your browser settings. Like most websites, if you turn your cookies off, some of our services may not function properly. However, you can still place orders by contacting customer service. Google Analytics We use Google Analytics on our sites for anonymous reporting of site usage and for advertising on the site. If you would like to opt-out of Google Analytics monitoring your behaviour on our sites please use this link (https://tools.google.com/dlpage/gaoptout/)

Do we disclose any information to outside parties?

We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.

Registration

The minimum information we need to register you is your name, email address and a password. We will ask you more questions for different services, including sales promotions. Unless we say otherwise, you have to answer all the registration questions. We may also ask some other, voluntary questions during registration for certain services (for example, professional networks) so we can gain a clearer understanding of who you are. This also allows us to personalise services for you. To assist us in our marketing, in addition to the data that you provide to us if you register, we may also obtain data from trusted third parties to help us understand what you might be interested in. This ‘profiling’ information is produced from a variety of sources, including publicly available data (such as the electoral roll) or from sources such as surveys and polls where you have given your permission for your data to be shared. You can choose not to have such data shared with the Guardian from these sources by logging into your account and changing the settings in the privacy section. After you have registered, and with your permission, we may send you emails we think may interest you. Newsletters may be personalised based on what you have been reading on theguardian.com. At any time you can decide not to receive these emails and will be able to ‘unsubscribe’. Logging in using social networking credentials If you log-in to our sites using a Facebook log-in, you are granting permission to Facebook to share your user details with us. This will include your name, email address, date of birth and location which will then be used to form a Guardian identity. You can also use your picture from Facebook as part of your profile. This will also allow us and Facebook to share your, networks, user ID and any other information you choose to share according to your Facebook account settings. If you remove the Guardian app from your Facebook settings, we will no longer have access to this information. If you log-in to our sites using a Google log-in, you grant permission to Google to share your user details with us. This will include your name, email address, date of birth, sex and location which we will then use to form a Guardian identity. You may use your picture from Google as part of your profile. This also allows us to share your networks, user ID and any other information you choose to share according to your Google account settings. If you remove the Guardian from your Google settings, we will no longer have access to this information. If you log-in to our sites using a twitter log-in, we receive your avatar (the small picture that appears next to your tweets) and twitter username.

Children’s Online Privacy Protection Act Compliance

We are in compliance with the requirements of COPPA (Childrens Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.

Updating your personal information

We offer a ‘My details’ page (also known as Dashboard), where you can update your personal information at any time, and change your marketing preferences. You can get to this page from most pages on the site – simply click on the ‘My details’ link at the top of the screen when you are signed in.

Online Privacy Policy Only

This online privacy policy applies only to information collected through our website and not to information collected offline.

Your Consent

By using our site, you consent to our privacy policy.

Changes to our Privacy Policy

If we decide to change our privacy policy, we will post those changes on this page.
Save settings
Cookies settings

Discover more from Power Apps Viking

Subscribe now to keep reading and get access to the full archive.

Continue reading