I have this Email column, I need to separate the domain from the first text, that is, before the @.
I’m checking that the email entered in this column can only be saved when it is the defined domain.
how do I do this?
Thank you very much.
![]()
I have this Email column, I need to separate the domain from the first text, that is, before the @.
I’m checking that the email entered in this column can only be saved when it is the defined domain.
how do I do this?
Thank you very much.
![]()
Use split text column and separate it using @ symbol.