Friday, September 20, 2019

PowerApps


What is PowerApps? The Most suitable service provided by Microsoft for building business app that connect to your data across the Web and Mobile without the custom software development



How to verify the email address in PowerApps?
1. To check the valid email in PowerApps use the Email function
2. Create a Canvas app form and add the TextBox Control
3. Select the Color property from the event drop down and add the following
4. If(IsMatch(txtEmailAddress.Text, Email), Black, Red)
5. Run the Form it shows the following details on correctly entering the email address

6. Else it display error as shown in below