I'm trying to create a submit form where the user has to enters a valid email.
I got the e-mail validation setup with the following:
If(IsMatch(DataCardValue5.Text, Match.Email), SubmitForm(EditForm1))
But I also want to show an error message of some sort when the email is not correct or when there is no value entered.
I'm fairly new with PowerApps, any help is appreciated!