SlideShare a Scribd company logo
Intro to power apps
Intro to power apps
Connect to data &
systems you’re already
using easily
Create apps, forms, and
workflows without
writing code
Use apps on any
device – both web
and mobile
Canvas Apps help business-power-users to create and
use custom business apps across platforms
using Excel and PowerPoint skills
Model-driven apps
Built on the Common Data Service for Apps
Start with a data model, relationships, and
business processes
Build End-to-End business applications
Canvas apps
Start with user experience
WYSIWYG designer
Task- and role-based apps
Mash up data from 200+ sources
 Truly WYSIWYG – full control
over user experience, use it as
you build it
 Create app logic with familiar
Excel-like expressions
 Mash up data from multiple
sources right at the app level
Easy Authoring
 Built-in connectivity to 200+ cloud
services, files, databases, web APIs,
etc.
 Seamless hybrid connectivity to on-
premises systems via the On-
Premises Data Gateway
 Build custom connectors for
everyone to leverage
Enterprise-grade Pro-developer extensibility
Cloud and on-premises connectivity
 Publish instantly to iOS, Android,
Windows, and the web
 Sharing apps is like sharing documents
 Manage across environments
Cross-platform
 All identity is managed through Azure Active
Directory, enabling rich policies and multi-
factor authentication
 Admin Center providing full audit logs, usage
analytics, data loss prevention, security and
data management
 Centrally manage all your apps, first and third
party, deployed across your organization
Enterprise-grade Pro-developer extensibility
Cloud and on-premises connectivity
 Extend applications using custom code
 Build custom connectors that everyone can
use
 Write advanced client or server-side logic
leveraging Azure Machine Learning,
Cognitive Services, Bing APIs, custom code,
or any service of your choice
Enterprise-grade Pro-developer extensibility
Cloud and on-premises connectivity
Seamless Dynamics 365, Office 365, and Azure integration along with connectors to more than 200 data sources
Immersive, end-to-end
solutions
Intro to power apps
https://web.powerapps.com/
https://create.powerapps.com/
Intro to power apps
PowerApps Mobile for Windows, iOS, and Android
Google Play: https://aka.ms/powerappsandroid
Apple App Store: https://aka.ms/powerappsios
Microsoft Store: https://aka.ms/powerappswin
https://home.dynamics.com
https://admin.powerapps.com
PowerApps Studio
Intro to power apps
Gallery
Intro to power apps
Model-driven apps leverage your data
model, relationships, and business
processes to automatically generate
immersive, responsive applications
Canvas apps start with user experience,
with pixel-perfect control to build highly
customized task- and role-based apps that
mash up data from 190+ sources
Complex responsive apps
on web and mobile
PowerApps Model-driven apps provides a metadata-
driven architecture for creating and customizing apps
without writing code
Easily add Business rules and
Business process flows to model
your business processes
Rich component-
focused no-code design
environments
Create apps around forms and processes
A new way of app development using entities,
forms and business processes
Design sophisticated entity forms quickly
Drag and drop fields and controls in a visual
designer. Forms can span multiple columns,
multiple steps, and collapsible sections.
Rich, responsive client experiences
Responsive UI automatically reflows across devices
based on the space available.
Enables easy reuse across multiple apps
Easily share forms, dashboards, flows, and more
across multiple apps
 Visual indicators that tell users
where they are in the business
process
 Reduce the need for training
 Configurable to support
common line of
business methodologies
 Server-side logic bound to entities,
works across all apps
 Create calculated and roll up fields
 Easily create validation and set field
defaults
 Update related entities with
synchronous workflows
 Robust solution framework for
application install and updates
 Visual Studio integrated
developer toolkit
 Odata web API
 .Net SDK
 Sandbox instances for ALM
operations
Canvas Apps Model Driven Apps
Start with the User Experience or Data Start with the Data Model (schema)
Build visually appealing, pixel-perfect apps Component-driven approach to app building
Use concepts like screens, controls, formulae, connections
Use components like site maps, entities, forms, views, charts,
dashboards, business process flows
Separate mobile and tablet app creation experiences Responsive web & mobile apps out of the box
Create mash-up apps using data from multiple data sources
using the 200+ connectors or custom connectors
Create apps using entities and virtual-entities in CDS for Apps
Use any PowerApps license (Office 365/P1-P2 or Dynamics 365) Only PowerApps Plan 2 or Dynamics 365 Enterprise license
Great for building task-focused apps for a specific personas
Great for back-office scenarios involving complex business
processes
Security and access for the data is managed on the data-source
chosen
Add role-based security and row-level security to your data
Use entities stored in CDS for Apps through CDS connector
(P1/P2 required)
Use Business Process Flows, code add-ins & real-time workflows
https://web.powerapps.com/
Component Description Designer
Entity An item with properties that you track, such as a contact or account. Many standard
entities are available. You can customize a non-system standard entity (production
entity) or create a custom entity from scratch.
PowerApps entity
designer
Field A property that is associated with an entity. A field is defined by a data type, which
determines the type of data that can be entered or selected. Examples include text,
number, date and time, currency, or lookup (creates a relationship with another entity).
Fields typically are used with forms, views, and searches.
PowerApps entity
designer
Relationship Entity relationships define how entities can be related to each other. There are 1:N (one-
to-many), N:1 (many-to-one), and N:N (many-to-many) types of relationships . For
example, adding a lookup field to an entity creates a new 1:N relationship between the
two entities and lets you put that lookup field on a form.
PowerApps entity
designer
Option set field This is a special type of field, which provides the user a set of predetermined options.
Each option has a number value and label. When added to a form, this field displays a
control for the user to select an option. There are two kinds of option sets; option sets,
where the user can only select one option, and multi-select options sets, which allow
more than one selection.
PowerApps option set
designer
Intro to power apps
Component Description Designer
App Determines the application fundamentals such as components,
properties, client type, and URL for your app.
App designer
Site map Specifies the navigation for your app. Site map designer
Form A set of data-entry fields for a given entity that matches the items
that your organization tracks for the entity. For example, a set of
data-entry fields that where user’s input relevant information to
track a customer’s previous orders along with specific requested
reorder dates.
Form designer
View Views define how a list of records for a specific entity is displayed
in your application. A view defines the columns to display, width of
each column, sort behavior, and the default filters.
View designer
Intro to power apps
Type of logic Description Designer
Business process flow An online process that walks users through a standard business process. For
example, use a business process flow if you want everyone to handle customer
service requests the same way, or to require staff to gain approval for an invoice
before submitting an order.
Business process flow
designer
Workflow Workflows automate business processes without a user interface. Designers use
workflows to initiate automation that doesn’t require any user interaction.
Workflow designer
Actions Actions are a type of process that let you manually invoke actions, including
custom actions, directly from a workflow.
Process designer
Business rule Used to apply rule or recommendation logic to a form, such as to set field
requirements, hide fields, or validate data. App designers use a simple interface
to implement and maintain fast-changing and commonly used rules.
Business rule designer
Flow Flow is a cloud-based service that lets you create automated workflows
between apps and services to get notifications, synchronize files, collect data,
and more.
Microsoft Flow
Intro to power apps
Component Description Designer
Chart A single graphic visualization that can be displayed
within a view, on a form, or be added to a dashboard.
Chart designer
Dashboard Functions as a palate for one or more graphic
visualizations that provide an overview of actionable
business data.
Dashboard
designer
Embedded Power BI Add embedded Power BI tiles and dashboards to your
app. Power BI is a cloud-based service that provides
business intelligence insight.
Combination of
chart designer,
dashboard
designer, and
Power BI
Intro to power apps
1. To open solution explorer, select Model-driven on the left pane of PowerApps
2. Then select the Advanced tab.
In order to play or edit model-driven sample apps, the apps must first be provisioned in a Common Data Service
database. First create a trial environment and database and be sure to check Include sample apps and data.
Intro to power apps
Intro to power apps

More Related Content

PPTX
Introduction to power apps
PPTX
Microsoft power platform
PPTX
Power apps presentation
PPTX
Microsoft power apps
PPTX
Introduction to Microsoft Power Platform (PowerApps, Flow)
PPTX
An introduction to microsoft power apps
PDF
Exploring the PowerApps advantage
PPTX
Power Automate
Introduction to power apps
Microsoft power platform
Power apps presentation
Microsoft power apps
Introduction to Microsoft Power Platform (PowerApps, Flow)
An introduction to microsoft power apps
Exploring the PowerApps advantage
Power Automate

What's hot (20)

PPTX
Microsoft PowerApps
PDF
Innovation morning power platform
PPTX
Introduction to PowerApps and Flow
PPTX
Introduction to Power Platform
PPTX
Microsoft PowerApps
PDF
Overview power apps and microsoft flow
PDF
Powerapps & Flow
PPTX
PowerApps Deep Dive
PPTX
Power Platform (Power Automate)
PDF
Microsoft PowerApps and Flow
PDF
Getting Started & Driving Success With Power Platform At Scale
PDF
Enter the World of PowerApps - Canvas vs. Model-Driven Apps
PPTX
Power Platform Presentation.pptx
PDF
Microsoft Power Platform: Power BI, PowerApps & Flow
PPTX
Microsoft power platform
PPTX
Introduction to PowerApps-1.pptx
PPTX
Intelligent automation with Microsoft Power Automate
PPTX
Melbourne UG Presentation - UI Flow for Power Automate
PPTX
Power Automate Overview
Microsoft PowerApps
Innovation morning power platform
Introduction to PowerApps and Flow
Introduction to Power Platform
Microsoft PowerApps
Overview power apps and microsoft flow
Powerapps & Flow
PowerApps Deep Dive
Power Platform (Power Automate)
Microsoft PowerApps and Flow
Getting Started & Driving Success With Power Platform At Scale
Enter the World of PowerApps - Canvas vs. Model-Driven Apps
Power Platform Presentation.pptx
Microsoft Power Platform: Power BI, PowerApps & Flow
Microsoft power platform
Introduction to PowerApps-1.pptx
Intelligent automation with Microsoft Power Automate
Melbourne UG Presentation - UI Flow for Power Automate
Power Automate Overview
Ad

Similar to Intro to power apps (20)

PPTX
Introduction to PowerApps-1.pptx
PPTX
Microsoft Power Platform in 2025_Piyush Gupta_.pptx
PDF
The business today - PowerApps, Power BI y Microsoft Flow
PPTX
PowerApps.pptx
PPTX
Microsoft Power Apps 101 : Build your application with power apps
PDF
How to: Create a custom connector for Microsoft Flow
PPTX
Developing business applications via power platform build2019
PDF
How to create custom connector for Microsoft Flow - SPSNL18
PPTX
Building applications for your business using power apps and flow
PDF
How to create custom connector for Microsoft Flow
PDF
Pascua Yaqui Tribe App in a day and dashboard in day
PPTX
PowerApps and Flow
PDF
04 power apps-platform-boonthawee
PPTX
PowerApps, the Developer Story: Build an API to Integrate Corporate Data
PDF
How to create custom Connector for Microsoft Flow
PPTX
Business Application Platform at MS Tech Summit Stockholm
PDF
Unlock Efficiency and Security: Why Companies are Turning to Microsoft Power ...
PPTX
PowerApps 101 presentation SharePoint Saturday London 2019
PPTX
APP IN A DAY Copenhagen May 13th
PPTX
Introducing Flow & PowerApps - "Power to the people"
Introduction to PowerApps-1.pptx
Microsoft Power Platform in 2025_Piyush Gupta_.pptx
The business today - PowerApps, Power BI y Microsoft Flow
PowerApps.pptx
Microsoft Power Apps 101 : Build your application with power apps
How to: Create a custom connector for Microsoft Flow
Developing business applications via power platform build2019
How to create custom connector for Microsoft Flow - SPSNL18
Building applications for your business using power apps and flow
How to create custom connector for Microsoft Flow
Pascua Yaqui Tribe App in a day and dashboard in day
PowerApps and Flow
04 power apps-platform-boonthawee
PowerApps, the Developer Story: Build an API to Integrate Corporate Data
How to create custom Connector for Microsoft Flow
Business Application Platform at MS Tech Summit Stockholm
Unlock Efficiency and Security: Why Companies are Turning to Microsoft Power ...
PowerApps 101 presentation SharePoint Saturday London 2019
APP IN A DAY Copenhagen May 13th
Introducing Flow & PowerApps - "Power to the people"
Ad

More from Agusto Sipahutar (18)

PPTX
Azure AI Document Intelligence Presentation
PPTX
KONG-APIGateway.pptx
PDF
Data Lost Prevention (DLP).pdf
PPTX
Infinys Odoo CRM Presentation.pptx
PPTX
High Cloud Computing Backbone Technology.pptx
PPTX
Secure File Sharring-owncloud.pptx
PPTX
Tips On Trick Odoo Add-On.pptx
PPTX
Tips On Trick Odoo Add-On.pptx
PPTX
Software Team Roles
PPTX
Easy to manage docker with portainer
PDF
[Slides] how to integrated managed service dengan it department
PPTX
RPA with UIPath and Flaui
PDF
[Slides] key considerations to look for in managed services
PDF
[Slides] Infinys Cloud Manage Service
PPTX
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
PPTX
Sharepoint 2019 Training
PPTX
Slides leverage your work from home level now
PPTX
Slides m365 file management and collaboration (infinys)
Azure AI Document Intelligence Presentation
KONG-APIGateway.pptx
Data Lost Prevention (DLP).pdf
Infinys Odoo CRM Presentation.pptx
High Cloud Computing Backbone Technology.pptx
Secure File Sharring-owncloud.pptx
Tips On Trick Odoo Add-On.pptx
Tips On Trick Odoo Add-On.pptx
Software Team Roles
Easy to manage docker with portainer
[Slides] how to integrated managed service dengan it department
RPA with UIPath and Flaui
[Slides] key considerations to look for in managed services
[Slides] Infinys Cloud Manage Service
Introduction Asp.Net Core, MVC, Docker (Linux), Postman and Swagger
Sharepoint 2019 Training
Slides leverage your work from home level now
Slides m365 file management and collaboration (infinys)

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
sap open course for s4hana steps from ECC to s4
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPT
Teaching material agriculture food technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
MYSQL Presentation for SQL database connectivity
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectroscopy.pptx food analysis technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
sap open course for s4hana steps from ECC to s4
“AI and Expert System Decision Support & Business Intelligence Systems”
Per capita expenditure prediction using model stacking based on satellite ima...
Diabetes mellitus diagnosis method based random forest with bat algorithm
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Electronic commerce courselecture one. Pdf
Big Data Technologies - Introduction.pptx
Encapsulation_ Review paper, used for researhc scholars
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Teaching material agriculture food technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Encapsulation theory and applications.pdf
Approach and Philosophy of On baking technology
Spectral efficient network and resource selection model in 5G networks
MYSQL Presentation for SQL database connectivity

Intro to power apps

  • 3. Connect to data & systems you’re already using easily Create apps, forms, and workflows without writing code Use apps on any device – both web and mobile Canvas Apps help business-power-users to create and use custom business apps across platforms using Excel and PowerPoint skills
  • 4. Model-driven apps Built on the Common Data Service for Apps Start with a data model, relationships, and business processes Build End-to-End business applications Canvas apps Start with user experience WYSIWYG designer Task- and role-based apps Mash up data from 200+ sources
  • 5.  Truly WYSIWYG – full control over user experience, use it as you build it  Create app logic with familiar Excel-like expressions  Mash up data from multiple sources right at the app level Easy Authoring
  • 6.  Built-in connectivity to 200+ cloud services, files, databases, web APIs, etc.  Seamless hybrid connectivity to on- premises systems via the On- Premises Data Gateway  Build custom connectors for everyone to leverage Enterprise-grade Pro-developer extensibility Cloud and on-premises connectivity
  • 7.  Publish instantly to iOS, Android, Windows, and the web  Sharing apps is like sharing documents  Manage across environments Cross-platform
  • 8.  All identity is managed through Azure Active Directory, enabling rich policies and multi- factor authentication  Admin Center providing full audit logs, usage analytics, data loss prevention, security and data management  Centrally manage all your apps, first and third party, deployed across your organization Enterprise-grade Pro-developer extensibility Cloud and on-premises connectivity
  • 9.  Extend applications using custom code  Build custom connectors that everyone can use  Write advanced client or server-side logic leveraging Azure Machine Learning, Cognitive Services, Bing APIs, custom code, or any service of your choice Enterprise-grade Pro-developer extensibility Cloud and on-premises connectivity
  • 10. Seamless Dynamics 365, Office 365, and Azure integration along with connectors to more than 200 data sources Immersive, end-to-end solutions
  • 15. PowerApps Mobile for Windows, iOS, and Android Google Play: https://aka.ms/powerappsandroid Apple App Store: https://aka.ms/powerappsios Microsoft Store: https://aka.ms/powerappswin
  • 22. Model-driven apps leverage your data model, relationships, and business processes to automatically generate immersive, responsive applications Canvas apps start with user experience, with pixel-perfect control to build highly customized task- and role-based apps that mash up data from 190+ sources
  • 23. Complex responsive apps on web and mobile PowerApps Model-driven apps provides a metadata- driven architecture for creating and customizing apps without writing code Easily add Business rules and Business process flows to model your business processes Rich component- focused no-code design environments
  • 24. Create apps around forms and processes A new way of app development using entities, forms and business processes Design sophisticated entity forms quickly Drag and drop fields and controls in a visual designer. Forms can span multiple columns, multiple steps, and collapsible sections. Rich, responsive client experiences Responsive UI automatically reflows across devices based on the space available. Enables easy reuse across multiple apps Easily share forms, dashboards, flows, and more across multiple apps
  • 25.  Visual indicators that tell users where they are in the business process  Reduce the need for training  Configurable to support common line of business methodologies
  • 26.  Server-side logic bound to entities, works across all apps  Create calculated and roll up fields  Easily create validation and set field defaults  Update related entities with synchronous workflows
  • 27.  Robust solution framework for application install and updates  Visual Studio integrated developer toolkit  Odata web API  .Net SDK  Sandbox instances for ALM operations
  • 28. Canvas Apps Model Driven Apps Start with the User Experience or Data Start with the Data Model (schema) Build visually appealing, pixel-perfect apps Component-driven approach to app building Use concepts like screens, controls, formulae, connections Use components like site maps, entities, forms, views, charts, dashboards, business process flows Separate mobile and tablet app creation experiences Responsive web & mobile apps out of the box Create mash-up apps using data from multiple data sources using the 200+ connectors or custom connectors Create apps using entities and virtual-entities in CDS for Apps Use any PowerApps license (Office 365/P1-P2 or Dynamics 365) Only PowerApps Plan 2 or Dynamics 365 Enterprise license Great for building task-focused apps for a specific personas Great for back-office scenarios involving complex business processes Security and access for the data is managed on the data-source chosen Add role-based security and row-level security to your data Use entities stored in CDS for Apps through CDS connector (P1/P2 required) Use Business Process Flows, code add-ins & real-time workflows
  • 30. Component Description Designer Entity An item with properties that you track, such as a contact or account. Many standard entities are available. You can customize a non-system standard entity (production entity) or create a custom entity from scratch. PowerApps entity designer Field A property that is associated with an entity. A field is defined by a data type, which determines the type of data that can be entered or selected. Examples include text, number, date and time, currency, or lookup (creates a relationship with another entity). Fields typically are used with forms, views, and searches. PowerApps entity designer Relationship Entity relationships define how entities can be related to each other. There are 1:N (one- to-many), N:1 (many-to-one), and N:N (many-to-many) types of relationships . For example, adding a lookup field to an entity creates a new 1:N relationship between the two entities and lets you put that lookup field on a form. PowerApps entity designer Option set field This is a special type of field, which provides the user a set of predetermined options. Each option has a number value and label. When added to a form, this field displays a control for the user to select an option. There are two kinds of option sets; option sets, where the user can only select one option, and multi-select options sets, which allow more than one selection. PowerApps option set designer
  • 32. Component Description Designer App Determines the application fundamentals such as components, properties, client type, and URL for your app. App designer Site map Specifies the navigation for your app. Site map designer Form A set of data-entry fields for a given entity that matches the items that your organization tracks for the entity. For example, a set of data-entry fields that where user’s input relevant information to track a customer’s previous orders along with specific requested reorder dates. Form designer View Views define how a list of records for a specific entity is displayed in your application. A view defines the columns to display, width of each column, sort behavior, and the default filters. View designer
  • 34. Type of logic Description Designer Business process flow An online process that walks users through a standard business process. For example, use a business process flow if you want everyone to handle customer service requests the same way, or to require staff to gain approval for an invoice before submitting an order. Business process flow designer Workflow Workflows automate business processes without a user interface. Designers use workflows to initiate automation that doesn’t require any user interaction. Workflow designer Actions Actions are a type of process that let you manually invoke actions, including custom actions, directly from a workflow. Process designer Business rule Used to apply rule or recommendation logic to a form, such as to set field requirements, hide fields, or validate data. App designers use a simple interface to implement and maintain fast-changing and commonly used rules. Business rule designer Flow Flow is a cloud-based service that lets you create automated workflows between apps and services to get notifications, synchronize files, collect data, and more. Microsoft Flow
  • 36. Component Description Designer Chart A single graphic visualization that can be displayed within a view, on a form, or be added to a dashboard. Chart designer Dashboard Functions as a palate for one or more graphic visualizations that provide an overview of actionable business data. Dashboard designer Embedded Power BI Add embedded Power BI tiles and dashboards to your app. Power BI is a cloud-based service that provides business intelligence insight. Combination of chart designer, dashboard designer, and Power BI
  • 38. 1. To open solution explorer, select Model-driven on the left pane of PowerApps 2. Then select the Advanced tab.
  • 39. In order to play or edit model-driven sample apps, the apps must first be provisioned in a Common Data Service database. First create a trial environment and database and be sure to check Include sample apps and data.

Editor's Notes

  • #12: This section shows key concepts in PowerApps Canvas Apps. You may choose to explain these concepts by directly showing them in action in a browser.
  • #41: IMPORTANT:  Having everyone start off the lab with a new CDS for Apps environment (created after Apr 1, 2018) and a database provisioned is important. Will help avoid issues further down in the lab. On slide 42  walk the attendees through creating an environment and the database as an instructor led section where the instructor walk through the steps and asks everyone to follow along.  After you introduce the lab, do a live demo of the entire lab solution – all four modules. This will help set context and orient attendees to the overall solution that they’re going to build during the day.