loveyoursite
Technical User
CRV10. I have a field {EMPLOYEE.EMAIL_ADDRESS} that I need to split into 2 seperate fields, removing everything after the @. So, everything before the first . is the firstname and everything after the first . but before the @ is lastname.
Current string: Jane.Doe@company.com
Expected Result seperate field Firstname: Jane
Expected Result seperate field Lastname: Doe
Thanks so much!
Current string: Jane.Doe@company.com
Expected Result seperate field Firstname: Jane
Expected Result seperate field Lastname: Doe
Thanks so much!