I have a text which has brackets as input and want to use in Type into activity but its getting error

Hi,

I have a fixed text as {“data”:{:ServiceName":“Upate data”,“text”:“return”}} as input and wanted to use it in type into activity between “” but getting error as end of expression expected.

Any suggestions would be helpful.

Thanks,
Nawaz.

Hi @Mohammed_Nawazuddin ,

You would require to use two Double Quotes for this :

"{""data"":{""ServiceName"":""Upate data"",""text"":""return""}}"

Let us know if this doesn’t work.

It worked. Thanks very much

1 Like