Hi @JeanG1223 ,
Here are steps:
- Create a single line of text column (Name email during testing)
- List setting-> Validation setting
- Enter the formula: =OR(RIGHT(email,LEN(email)-FIND(".",email))="edu",RIGHT(email,LEN(email)-FIND(".",email))="gov",RIGHT(email,LEN(email)-FIND(".",email))="mil")
The demonstration results are as follows. When you create a new item, you can only enter the content with the suffix of .mil, .gov, and .edu. Otherwise, an error will be reported and the creation cannot be successful.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.