Hi,
I'm using the built-in functionality with Power Apps, to validate if an email address is in the correct format:
IsMatch(dcvalEmailTMP.Text, Match.Email)
For the most part this does its job, however, it doesn't prevent users putting spaces or 2 x periods in an email address.
e.g. the following bad email addresses are still getting through:
joe.bloggs@outlook..com or joe.bloggs@ outlook. com
Could anyone suggest a way of enhancing the validation, to disallow these bad addresses?
Many thanks