HTTP POST response returns additional characters

Hi,

I need to be able to remove this “Double Quote” character that is inserting itself in my content response from the HTTP activity.

How about the following expression?

strVar.Trim(Chr(34))

Regards,

1 Like