Email Validation with RegEx in PowerApps Canvas app

Описание к видео Email Validation with RegEx in PowerApps Canvas app

During this video, we will learn how we can apply Regular Expression Validation for Email in Power Apps Canvas App. In Power Apps using ISMATCH function we can apply custom RegEx Validations. Let's see and apply how easy it is to apply our own custom validations in canvas app.

Key Takeaways:
1. Email Format Validation in Canvas App
2. RegEx Validation in PowerApps
3. How to write custom validation code in Power Apps?
4. Power Apps and Validations
5. Custom validation using Regular Expression in Power Apps

Chapters:
00:00 Start
00:27 Error Message
01:00 IsMatch with RegEx in Canvas App

Used Code in the App for Email Validation using RegEx.
UpdateContext(
{
varisValidEmail: If(
IsMatch(
txtEmail.Text,
"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$"
),
false,
true
)
}
)

*******
Follow Dhruvin on Social Media:
Follow my other channel for short content: ‪@DigitalDhruvin‬

Follow me on Instagram:
  / powerplatformguy  

Looking for a Consultancy? Connect Here!
https://powerplatformtrainings.com/co...

Follow me on all social Media Handles:
https://linktr.ee/dhruvin.shah

#PowerApps #canvasApp #dhruvinshah #digitaldhruvin #powerplatform #poweraddicts #Validations

Комментарии

Информация по комментариям в разработке