Login Form:
If you want to create a login page in Canvas app follow the below Steps:
1.First you have to login power apps with your credentials.
2.Next,Open blank canvas app —>Choose either tablet or Phone.
3.Next open two blank screens one is for Login and another is for Welcome page.
Step-1:First we have create login page,Add the below steps on the screen.
- Add two text input labels, One is for username and another is for password.
- Make two text input’s Default property as blank and set both Hint text to (Enter Username and Enter Password).
- Next Add button for Login,Enter the below code on to the button for Login to welcome page.
If(Password.Text=”Uma54366″,
Navigate(
‘Welcome Screen’,
ScreenTransition.None
),
Notify(
“Invalid Password!!! Please Enter a Valid Password”,
NotificationType.Error
)
)
Where,
Password :Password means Textinput name.
Navigate: Navigate is used for to move login page to welcome page.
Welcome Screen: Welcome Screen is the Second screen name.
Step-2:Once you click on login button it moves to the Screen2 you will rename the page like a Welcome page.
Hope this helpful!
https://www.crmonce.com/pass-generate-while-approve-the-request-in-bank/
For any Help or Queries Contact us on info@crmonce.com or +918096556344