We can Change amp&; to & by using DataTransform or activity ?

Hi Guys ,

I am facing one issue One of the name like this "abc & def " .But it come like this "abc amp&; def ".

  1. We export data on soapui "abc amp&; def " on front end it’s shows "abc & def ".It’s working Fine .

  2. from another application we get the data that is created Json file. Before create a case in Json file also name field show like this "abc amp&; def " and Front end also same name field populated .

But i trace it on pyworkpage name field comes "abc & def ", But front end it’s show different .

Now what can i do for this issue .To aviod this issue can i use any datatransform to put any condation ?

Please help me out ,

Thanks ,

@keerthiy Can you try this RUF pzUnescapeHTMLSpecialChars

@Prakash Like Property Name Is .Name

I using DT …

Set = .Name = @pzUnescapeHTMLSpecialChars(.Name) …

I will check and update you .

@Prakash

It’s working fine.

Thank You Prakash

Hi @keerthiy,

So glad you got this to work! Do you mind marking the reply that has the solution with “Accept Solution” if @Prakash’s reply was the solution? If that wasn’t the solution, could you write a new reply with the solution and mark that as the Accepted Solution?

Thanks in advance!