How can i include special characters like * in response

I am trying to include special characters like * in response but this gets printed on the web end.

text: “Hello World * 1344 * 987 * 232#”

what I get on web end 1344 987 * 232#

if anyone can suggest answer, that would be really great.

Thanks

Hi @shubham47

You should be able to escape special characters using a \ character e.g:


``` - text: Hello World \* 1344 \* 987 \* 232\#