'@' in email is getting replaced with '+' when assigned to description field in inbound email

shri5
Mega Guru

'@' in email is getting replaced with '+' when assigned to description field in business rule.

we have used following code while assigning value

 

 

inc.description = current.u_description.replace(/<\/?[^>]+(>|$)/g, "");
5 REPLIES 5

Hi @shri5,

 

Got it. Can you provide sample data or screenshot (excluding any PII data) from the interaction u_description record please? 

It sounds like within the inbound action which creates the interaction record that no data cleansing or format stripping is performed.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie