Hello,
So I am currently working on a form that requires a user to input their email address correctly. I know that there are several posts related to this but I could not find any that had the same issue that I am finding. The problem is that with the IsMatch function with the logical test of the input against Match.email, the user is still able to input an email address without the .xxx portion attached to the end (i.e. someone@aol) Attached is my current code, the gvColor variable is just making the box yellow if it doesnt match...
(If(IsMatch(DataCardValue17.Text,Match.Email),SubmitForm(EditForm1),Set(gvColor8,Yellow)))
So I want to make sure they add the .xxx portion to the email. Sorry if this has been answered already, I am very new to powerapps and have been relying on this forum for many of the quirky issues that I have been running into. Thanks in advance!