Integration Cloud 7.0.0 | Built-In Services | Built-In Services | HTMLDecode
 
HTMLDecode
Replaces HTML character entities with native characters.
Specifically, the service:
Replaces this HTML character entity...
With...
>
>
<
<
&amp;
&
&quot;
"
Input Parameters
inString
String An HTML-encoded String.
Output Parameters
value
String Result from decoding the contents of inString. Any HTML character entities that existed in inString will appear as native characters in value.