What are you trying to achieve?
I’m trying to remove remove everything from an email address to only be left with the domain name.
Example: hello@example.com - I want to be left with example.com
I’m trying to remove remove everything from an email address to only be left with the domain name.
Example: hello@example.com - I want to be left with example.com
Hi @Mr.Medina
You can use split and get function to achive this:
Output:
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
Thanks a bunch! It worked flawlessly.