Learning Power Apps

Arifandi p
2 min readDec 9, 2020

--

Part 1 - Introduction

Power apps is a platform for building an application to automate and streamline workload and workflow

Now I am going to building my first app

Data source: Excel

  1. First I am creating a data source in Excel, I created 4 columns consist of these headers.

2. I open power apps and start creating a new project, and select Start from data. Choose Excel and select your excel file then select Table 1.

3. After that we can directly run the apps, then it will appear the input format based on our table in excel.

4. I inputted one data, and it will directly sync with the Excel file

5. Edit layout and field so I can change the home menu layout.

6. To see or edit how the application interact, we can customize at the fx section, for example, if we want to open another page, we can use Navigate(DetailScreen1, ScreenTransition.None)

7. Insert Icon to the list so if I select the list it will appear blue line on the side

8. Hold Alt key for directly testing the apps.

9. Learn how to setting Sort Ascending and Descending

10. Customize the order or placement of the card by pressing this

--

--

No responses yet