08/07/2023 01:05 AM - edited 08/07/2023 01:06 AM
Solved! Go to Solution.
08/07/2023 01:25 AM
Hi @Seshadri ,
Substring_index seems to be a MySQL String function.
Can you try the following format?
${user.email.substring(0, user.email.lastIndexOf('@')).replace('.','-')}
Thanks,
Armaan