HOw to Add string containing double quotes in a activity

I am getting error

@shalu.mittal
we do use 2 " for this

e.g. Producing Lets say “Hello World” now
strText = “Lets say ““Hello World”” now”

spanning a string within an assign over multiple lines can be done as following:

" Line 1 String" + 
"Lets say ""Hello World"" now" + 
"next line text"
1 Like

you can not pass newline chr like that where expected expression type is String. There is newline chr after < p> and before <img src-… Use newline chr like below

image

so you actual string will look like this

image