
Announcements
Hello
I have a field called 'Name' in my powerapps form. I want it so users can only enter alphabet and a space and underscore. No other symbols work or are valid
Is it possible to have the following restrictions for when a user fills it in?:
Theory (I just want to find out if the below is possible for now)
Thanks!
Hi @tested1
Unfortunately, it isn't possible to restrict the characters that a user can enter. The best workaround is to show a warning, or prevent the user from continuing after they enter invalid data.
@CarlosFigueira provides an example on how you can do this with the IsMatch function. You can modify his regular expression to specify more exactly the characters you want to allow or disallow.
https://powerusers.microsoft.com/t5/General-Discussion/Latin-characters-limitation/m-p/190330