Resolved! How do I split an email address to catch all caracteres before of @?
Team, I have tried using a script to split an address email by ("@") and get this in 2 slices using length, but it is not working and I am not sure if I am doing it right. I would like to grab only the username (username@domain.com). Could you please...

