Hi @Akshay
Thanks for reaching out.
You can use the regexReplace() function to transform the mail address.
You can use below regax to remove the single Quote and concatenate the email address.
^(?'firstpart'[^']+)'(?'SingleQuote')|(?'lastpart'[\w\.-]+@[\w\.-]+)$
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.