In PowerApps, we can develop Login Page using TextBox, Text Input, Button, and Screen Controls.
Login Page
A login, logging in, or logging on, is the entering of identifier information into a system by a user, in order to access that system (e.g., a computer or a website or an app).
A login generally requires the user to enter two pieces of information, a username, and a password. This information is entered into a Login Page.
A username is also referred to as an account name. A password differs from a username. It is intended to be kept a secret.
Here, we will learn how to create a simple login page in Microsoft PowerApps. In this login page, I have used text boxes, buttons, and text input tools for the design part. Coding on each of the tools can be written separately as per user choice and functionality.
Follow the below steps to work with DropDown in PowerApps.
Step 1 Log in to PowerApps
After downloading the PowerApps from Windows Store, here, we need a Microsoft related organization’s Office 365 ID or (MSDN, Microsoft, Skype, Office 365, etc.,), to login with it.
Step 2 Create a new app in PowerApps
After Login, we will see the Dashboard. There, click on the New button.
Step 3
Choose the Blank App.
Step 4 Design the app
Now, let's start designing the app. On the left side, we can see the individual screens for adding our data. On the right side, we see the list of Layouts. At the top, we see the formula bar. There, you see the Properties of the screen that you select. On the right side, we see the Add Data Source add the External Data Source.
Step 5 Designing the Login Page
Design Text Box in the Login Page.
Step 7
Run the app
Output 1
Main Screen
Output 2
Enter the correct UserName and Password.
Output 3
Click on the Submit button.
Output 4
It will open the HomePage.
Output 5
If the password is wrong.
Conclusion
I hope you understood how to develop the Login Page in Microsoft PowerApps and how to run it.