' ; not getting converted to '
Hi All,
We are facing an issue when trying to decode '
Set param.abc= "People's Test"
Set param.test=@(Pega-Rules:Default).Decode(param.abc)
Expected result: param.test="People's Test"
Though in tracer we can see the expected result for param.test, when trying to compare param.test with "People's Test", expression is returning false. Looks like decoding is not happening.
We also tried decryptPW, but no luck
Any suggestions?
Thanks in Advance!!