☁️
Microsoft
  • Readme
  • Virtual Internship Program
    • InsideSherpa & Background
    • Goal Tracking
    • Engineering Internship
      • 1. Research on Microsoft
      • 2. Preparing for the Virtual Experience
        • Preparing for my virtual internship with Microsoft
        • SMART goal setting
      • 3. Campus: Business Foundation Skills
        • Respect, Integrity and Accountability
          • Situational based questions
        • Commitment and approach to values into action
        • Microsoft's cultural transformation
        • Microsoft's solutions for digital transformation
      • 4. Campus: Work Ready Skills
        • My professional voice (be confident)
          • Confidence in meetings
          • Confidence in business
          • Confidence in communication
          • The task
        • A professional approach to meetings
        • The importance of your personal brand
      • 5. Work Ready Skills
      • 6. Technical Engineer Skills
    • Go-To-Market Internship
      • 1. Research on Microsoft
      • 2. Preparing for the Virtual Experience
        • Asia Pacific Internship Experience
        • SMART Goals
  • Microsoft Student Accelerator (MSA)
    • Workshop 1: AI & Machine Learning
    • Project 1: Machine Learning
    • MSLearn 1
    • Workshop 2: Cloud Fundamentals
    • MSLearn 2
    • Project 2: Web Application
      • My idea
      • Exploring msa.ms (old website)
        • For Schools
        • For Employers
        • Events
      • Finding a theme
      • Collecting assets
      • Designing the Header
      • A custom domain using Azure DNS
        • Azure DNS Learn Path
        • Introduction
        • What is DNS?
        • Azure DNS
        • Configuring Azure DNS
        • Buying a custom domain on GoDaddy
      • Plugins
        • Contact Form
        • Implementing SEO
        • Anti-spam
        • SSL
      • Transfering to a new domain
      • Improving site Health
      • Adding custom CSS
      • Interactivity with JS
      • Managing Wordpress from the terminal
      • Next steps: Editing content
      • The front page
        • Global elements
        • Layouts are good sometimes
        • Customising the front page
      • Revisiting the contact form
      • RYTE SEO Analysis
      • Cache Management
      • Traffic Monitoring and Analytics
      • FAQ
      • Documentation
    • Workshop 3: Web App & APIs
    • Project 3: Building an app
      • Target Persona
      • Idea
    • MSLearn 3
      • Create a Canvas App
        • Get started with Power Apps
          • Introducing Power Apps
          • Untitled
      • Use UI and controls
  • Interview Preparation
    • Azure (Cloud) Application & Infrastructure Specialist Roles
      • Revisiting my assessment
      • The technical assessment
      • Using LinkedIn
    • Technology Strategist Roles
      • Partner Technical Architect
  • Power Platform
    • Power Platform Fundamentals
      • The Power Platform
        • A Data-driven World
        • What is the Power Platform?
        • Features of the Power Platform
        • Data Connectors
        • Data Delegation
        • Creating Custom Connectors
        • Putting it all together
      • Power Apps
        • What is Power Apps?
        • Power Apps & what it can do
        • The 3 Types of Power Apps
        • AI Builder in your Power Apps
        • The 4 Models of AI Builder
        • The business value of Power Apps
        • Case study: Heathrow Airport
      • Common Data Service
        • What is the Common Data Service?
        • Entities in Common Data Service
        • Scalability
        • The Common Data Model
        • Types of Entities and Fields in CDS
        • Understanding relationships using Entities
        • Environments in Common Data Service
        • Business Rules
        • Administer (Administration)
      • Building an app solution
        • Basic elements
        • Untitled
      • Power Automate
        • What is Power Automate?
          • Types of flows
      • Building an automated solution
      • Power BI
        • Parts of Power BI
      • Building a simple dashboard
    • PL-900
  • Microsoft Azure
    • Cloud Concepts
      • Principles of cloud computing
        • An analogy
    • Core Cloud Services
    • AZ-900
      • Virtual Training Day
        • 1.
        • 2.
        • 3.
        • 4.
  • Microsoft 365
    • Microsoft 365 Fundamentals
      • What is Microsoft 365?
  • UNSW Cloud Society
    • Microsoft Azure
      • Workshop 1
      • Workshop 2
      • Workshop 3
    • Power Platform
      • Building a Helmet Detection App
  • Microsoft Reactor
    • PowerApps workshop
  • News
    • Microsoft exams $15 down from $100
    • Microsoft's cultural transformation
Powered by GitBook
On this page
  • Power Apps Studio
  • Step 1. Choosing an App format
  • Galleries
  • Forms
  • Input Controls
  • Intelligent Controls
  • Functions

Was this helpful?

  1. Power Platform
  2. Power Platform Fundamentals
  3. Building an app solution

Basic elements

PreviousBuilding an app solutionNextUntitled

Last updated 4 years ago

Was this helpful?

Power Apps Studio

Power Apps Studio is the web platform where you create, build and deploy your applications. There isn't any client that you can download to build your applications - you can only work on your Power Apps online through the web interface. You can access this through the following link:

Step 1. Choosing an App format

The first step to build your app is the select the format of your application: either Mobile or Tablet. This determines the size of the canvas adjusted for different screen sizes. Obviously for Mobile you have a smaller screen size and tablet/desktop is at a larger resolution.

One important thing to note is that *Once you choose your format for your app, you CANNOT CHANGE IT*

Galleries

The gallery is used to display a record from a table of data. The way the record is shown is according to a gallery template defined. So to change what fields you show when you use the gallery, you can change the template in settings. After you define your template, Power Apps will apply this template automatically to all your data. So whichever dataset you're showing will look for the fields specified and follow the format provided.

Forms

Forms focus on a specific record that you might have chosen from the gallery. So forms are FOCUSED - set on a single record that has been selected from a gallery. You bring a form up by going through the gallery and picking the record that you want to display on a form. Forms therefore show a detailed record of what the user wants to see. The different actions you can use on forms are defined by form modes - effectively allowing you to use forms for various purposes :)

Input Controls

For some interaction within your app, there are input controls. These are like the input modes that are offered in HTML or any basic application. Input controls that Power Apps allows include:

  • Text inputs

  • Buttons

  • Dropdown menus

  • Toggles

  • Date pickers

  • Sliders

You can add any of these input controls to any gallery, form or screen. These inputs also allow a bunch of different settings to customise it right for your business.

Intelligent Controls

For more advanced controls, Power Apps provides access to more intelligent devices. These are external functions such as:

  • Cameras

  • Barcode scanners

  • GPS

  • Business card reader (AI text processing)

  • Object detector (AI Object detection)

Functions

Functions bring all the inputs and data together - combining them for things like creating formulas in your applications. In PowerApps it's quite similar to excel - so many of the formulas transfer across

Power Apps
Logo