Remove double quotes ("") from a list of values from Expression builder

Hi,

Can anyone help me to know how to Remove double quotes (“”) from a list of values from Expression builder please?

Example: “abc”, “def” == abc,def

I tried the way like in the image.. —> replaceAll(Param.EmailAddress, “"”, " ")

during test it is removing but it is not working in the run time if i set that value to any param. Also in test it is showing some error.

PFA

Thanks,

Durga

@DurgaR87 This function which i added in the image is working fine. There was some internal error.

@DurgaR87 I am facing the same issue, What was the internal error that u fixed?