Hi, i use HTTP Module.
Question :
How to use Quotation mark in value parameter?
Hello @tuanpakya
just one backslash in front of quotes.
Like this : \ " hello\ "
I hope this will help you
2 Likes
Another option you may have is to use a Create JSON module in front of HTTP.
Map the result of the Create JSON into the HTTP’s Request Content field.
Create JSON will take care of those quotes and any other characters that need to be escaped.

2 Likes