How to I strip the URL/domain name from an email address?

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

Hi @Mr.Medina
You can use split and get function to achive this:

Output:
image

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

2 Likes

Thanks a bunch! It worked flawlessly.

2 Likes