Learn Microsoft PowerApps
eBook - ePub

Learn Microsoft PowerApps

Build customized business applications without writing any code

Matthew Weston

Share book
  1. 560 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Learn Microsoft PowerApps

Build customized business applications without writing any code

Matthew Weston

Book details
Book preview
Table of contents
Citations

About This Book

A step-by-step guide that will help you create, share, and deploy applications across your organization using MS PowerApps

Key Features

  • Create apps with rich user experiences without paying for costly developers
  • Improve productivity with business process automation using Microsoft Power Automate
  • Build enterprise-grade apps with MS PowerApps' built-in storage space, Common Data Service

Book Description

Microsoft PowerApps provides a modern approach to building business applications for mobile, tablet, and browser. Learn Microsoft PowerApps will guide you in creating powerful and productive apps that will add value to your organization by helping you transform old and inefficient processes and workflows.

Starting with an introduction to PowerApps, this book will help you set up and configure your first application. You'll explore a variety of built-in templates and understand the key difference between types of applications such as canvas and model-driven apps, which are used to create apps for specific business scenarios. In addition to this, you'll learn how to generate and integrate apps directly with SharePoint, and gain an understanding of PowerApps key components such as connectors and formulas. As you advance, you'll be able to use various controls and data sources, including technologies such as GPS, and combine them to create an iterative app. Finally, the book will help you understand how PowerApps can use several Microsoft Power Automate and Azure functionalities to improve your applications.

By the end of this PowerApps book, you'll be ready to confidently develop lightweight business applications with minimal code.

What you will learn

  • Design an app by simply dragging and dropping elements onto your canvas
  • Understand how to store images within PowerApps
  • Explore the use of GPS and how you can use GPS data in PowerApps
  • Get to grips with using barcodes and QR codes in your apps
  • Share your applications with the help of Microsoft Teams and SharePoint
  • Use connectors to share data between your app and Microsoft's app ecosystem

Who this book is for

This book is ideal for business analysts, IT professionals, and both developers and non-developers alike. If you want to meet business needs by creating high productivity apps, this book is for you. Don't worry if you have no experience or knowledge of PowerApps, this book simplifies PowerApps for beginners.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Learn Microsoft PowerApps an online PDF/ePUB?
Yes, you can access Learn Microsoft PowerApps by Matthew Weston in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Information

Year
2019
ISBN
9781789809374
Edition
1
Section 1: Getting Started with PowerApps
This section includes the first four chapters of this book and is designed to help you to understand the absolute basics of PowerApps. It will help you first of all to gain an understanding of the technology and then to start taking your first steps in PowerApp development and the use of PowerApps.
Chapter 1, Introducing PowerApps, doesn't go into any technical depth with regards to creating PowerApps, but really looks at what PowerApps is as a product, introducing the development environment and some of the considerations that surround the product such as licensing.
The second chapter will begin our journey with PowerApps by creating our first canvas app. This will focus on how you can create apps specifically for tablet and mobile devices, and how you can start to modify the basic app settings to start giving the app its identity. We will also take the first steps in building the app that we will continually build throughout this book.
In the third chapter, we will look at the close relationship between PowerApps and SharePoint and how this technology is starting to transform SharePoint user interfaces. It will show you how you can quickly and easily create an app directly from SharePoint, as well as create forms to improve the way in which users interact with lists.
The final chapter in this section will look at ways in which you can leverage the app once it has been developed. We will look at the ways in which you can access it through the browser or a mobile device, as well as how the apps can be integrated within other areas of Office 365.
This chapter includes the following chapters:
  • Chapter 1, Introducing PowerApps
  • Chapter 2, Creating Your First Canvas PowerApp
  • Chapter 3, Creating Apps from SharePoint
  • Chapter 4, Publishing and Leveraging PowerApps
Introducing PowerApps
In this chapter, we will look at some of the basic concepts of PowerApps at a high level, and look at where we can access the various aspects that add depth to our PowerApps. We will also look at some of the out of the box apps that are provided by PowerApps, in order to give you some good examples of what is easily achievable.
We will also look at the licensing around PowerApps so that you understand how they are charged for, as well as the levels of functionality available with each type of license. This is so you can plan for any specific licenses which you may need during the development of your apps.
Finally, we will look at the development environment, specifically the PowerApps portal and the studio, as part of the learning process is just finding out where information and components are located.
In this chapter, we will cover the following topics:
  • Understanding PowerApps
  • Understanding PowerApps licensing
  • Understanding the types of app
  • The start screen
  • What are templates?
  • Using PowerApps Studio
By the end of this chapter, you will have an understanding of the fundamentals of PowerApps and what is possible within it. You will start your PowerApps journey by discovering what apps are included and how you can get started.

Technical requirements

In order to follow this and all the subsequent chapters in this book, you will need to have access to Microsoft PowerApps. As we will be exploring both standard and premium features, I would recommend that you sign up for a PowerApps Community Plan at https://powerapps.microsoft.com/en-us/communityplan/.

Understanding PowerApps

PowerApps is an ever-growing part of the Microsoft Office 365 ecosystem, where developers and business users alike are empowered to create apps. In the past, for this to be achieved with SharePoint, you would have to use products such as InfoPath, where you could combine custom logic with a number of visual components to extend the user experience:
Figure 1.1: InfoPath as an editing application
PowerApps are created using visual tools that are provided through the browser and remove the dependency on needing additional applications to be installed on the desktop. However, this also builds into the Microsoft vision of mobility, where a user can work on their app anywhere in the world, at any time, from any device.
PowerApps aren't written with code; instead, they are created with formulas, similar to Microsoft Excel, a tool that the majority of the modern workforce are familiar with. For example, if we wanted to combine or concatenate strings in Excel, we would use the following formula:
Figure 1.2: Formulas in Microsoft Excel
If we compare this to doing the same within PowerApps, you will see the similarities between the two products:
Figure 1.3: Formulas in Microsoft PowerApps
With this familiar approach to building logic, you don't need to be a developer to start creating solutions to business problems. For developers, PowerApps can be enriched using custom-developed functionality that can be deployed to and called from Azure, meaning that PowerApps is a tool that everyone on the IT spectrum can take advantage of.
From personal experience, I find PowerApps to be an excellent prototyping tool. Due to the drag and drop nature of its design, I can quickly and easily place components on a screen to establish a basic look and feel for an app while also connecting to some of the more rudimentary data sources, such as an Excel spreadsheet or a SharePoint list.
Before we dive into how we create apps, we should explore PowerApps' licensing options, since their cost will be a huge influence on the design decisions you make when creating apps.

Understanding PowerApps licensing

There are a number of options available when it comes to licensing PowerApps. Like all of Microsoft's products, there are differing levels of license available, which will govern what functionality you can use or what connectors you have available to you. As of 1st October 2019, PowerApps licensing has undergone quite a radical change, and the following sections will explain what the key licensing aspects are.

Seeded apps

PowerApps is not included with the home versions of Office 365; however, it is included with most of the business licenses and all of the enterprise licenses. This means that the majority of Office 365 users will have the ability to create and use PowerApps to enhance, extend, and customize their Office applications. This is now what is known as seeded apps; that is, they are a part of the Office 365 and Dynamics 365 licenses.
Since they are a part of the Office 365 and Dynamics 365 packages, they do not cost you or your organization anything on top of your existing license. The only thing you need to be aware of is that you only have access to a subset of the connectors that are available on the Microsoft Power Platform. For example, Azure, SQL Server, and Dynamics connectors are considered premium, and therefore not available at this license level.

Per-user plans

Per-user plans allow you to pay for a license for a single user, which allows them to access...

Table of contents