Power Apps - Notes (1)
Power Apps - Notes (1)
1. Overview of PowerApps
1.1 Power Apps Overview: Power Apps is a suite of apps, services,
connectors, and a data platform (Microsoft Dataverse) that provides a rapid
application development environment to build custom apps for your business
needs. Apps built using Power Apps provide rich business logic and workflow
capabilities to transform manual business processes into digital, automated
processes. Furthermore, apps built using Power Apps can run on the web, iOS,
and Android devices.
1.2 Types of PowerApps: Canvas App, Model Driven App, Portal App.
Canvas app: Canvas app is a traditional app. This is a kind of
tablet or mobile app that everyone is familiar with. The main
difference is that these apps require knowledge of programming
languages like Java, JavaScript, etc. to build. Whereas the canvas
apps are built by dragging and dropping prebuilt controls onto a
canvas and basic expressions are written to specify logic.
Model driven app: Model driven apps let you implement business
process flows. It uses Dataverse to create apps.
1. Input Controls
2. Display Controls
3. Layout Controls
4. Forms
5. Media Controls
6. Button Controls
7. Advanced Controls
8. Navigation Controls
9. Others
Creating a blank canvas app allows you to start from scratch and design your app according
to your specific requirements. Here's how to create a blank canvas app:
1. Open Power Apps Studio: Go to Power Apps and sign in with your credentials.
2. Select 'Create': Click on the "Create" option in the left-hand menu.
3. Choose 'Canvas app from blank': Select "Canvas app from blank" under the "Start
from" section.
4. Name Your App: Enter a name for your app and choose the format (tablet or phone).
5. Click 'Create': Click the "Create" button to open the blank canvas app in Power
Apps Studio.
Renaming and reordering screens helps keep your app organized and easy to navigate.
Renaming a Screen:
1. Select the Screen: In the left-hand navigation pane, click on the screen you want to
rename.
2. Open Properties Panel: The properties panel for the screen will appear on the right.
3. Change Screen Name: In the properties panel, change the name of the screen in the
"Name" field.
Reordering Screens:
1. Select the Screen: In the left-hand navigation pane, click on the screen you want to
move.
2. Drag and Drop: Click and drag the selected screen up or down to reorder it. Drop it
at the desired position.
1. Open Power Apps Studio: Go to Power Apps and sign in with your credentials.
2. Select Your App: Open the app where you want to add the control.
3. Insert a Control: Click on the "Insert" tab in the toolbar, then choose the type of
control you want to add (e.g., Label, Button, Text Input).
4. Place the Control: Click on the canvas where you want to place the control.
Selecting a Control:
1. Click on the Control: Simply click on the control you want to select. A border will
appear around the control, indicating it is selected.
Renaming controls helps keep your app organized and makes it easier to reference them in
formulas.
Deleting a Control
Move:
Resize:
1. Select the Label: Click on the label control you want to edit.
2. Edit Text: In the properties panel, find the "Text" field and enter the new text you
want to display.
1. Select the Button: Click on the button control you want to edit.
2. Edit Text: In the properties panel, find the "Text" field and enter the new text for the
button.