I have two initialize variables VarEmail as string and VarUserID as string.
How can I concatenate the VarEmail "johndoe@email.com" then set VarUserID as "johndoe@" only?
Thanks

I have two initialize variables VarEmail as string and VarUserID as string.
How can I concatenate the VarEmail "johndoe@email.com" then set VarUserID as "johndoe@" only?
Thanks
Hey @Anonymous
You can use the combination of split and concat function here.
Saved your above email in a compose:
Then used another compose and used this expression:
Output: