Hello everyone,
I am looking for the scaping method to get the value before a specific character.
For example:
I have the value “Test.Test@gmail.com” in the String Variable “E-Mail”.
I want only the value “Test.Test”.
How can I do that with the Assign-Activity?
Thanks in advance,
Dennis 
Gokul001
(Gokul Balaji)
3
Hi @bibalesecret
Try with split expression
Split(“Test.Test@gmail.com","@")(0)

Regards
Gokul
1 Like
Gokul001
(Gokul Balaji)
4
Look on the Assign activity @bibalesecret

Thank you.
That worked well for me!
Kind regards,
Dennis 
Thanks for the advice.
I will look closely next time I search ;).
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.