TELEGRAM BOT

Hi there..

im having problem in my telegram bot

i can’t send msg that include symbol “.” , “( )”
what i do wrong?

this is my body code
{“chat_id”:-xxxxxxxxxxxxx,
“text”:“<<ENCODEURL(CONCATENATE(” eGERAK ",text(today())))>>\n
<<ENCODEURL(CONCATENATE("NAMA : ",[NAMA]))>>\n
<<CONCATENATE("URUSAN KEBERADAAN : ",[RUMUSAN])>>\n
<<CONCATENATE("TARIKH MULA : ",[TARIKH MULA])>>\n
<<CONCATENATE("TARIKH TAMAT : ",[TARIKH TAMAT])>>\n
<<CONCATENATE("MASA KELUAR : ",[MASA KELUAR])>>\n
<<CONCATENATE("MASA MASUK : ",[MASA MASUK])>>\n
<<CONCATENATE("MASA KELUAR : “,[MASA KELUAR])>>\n”,
“parse_mode”:“MarkdownV2”}

Try enclosing ALL CONCATENATE( … ) with ENCODEURL(CONCATENATE( … )).
You may see that the \n also causes problems.

endcodeurl make my text look like this

and still i cannot send text with symbol

Please dont do spam in all groups of the forum. Go to Appsheet Q&A.

Next time i dont help you.

sorry.. i dont know how to delete.. i post in wrong segment

Not problem.

All good with the help in the other post?