JSON CORRECT BUT NOT RUNNING BOT

HI,

Screenshot_20231218-162635.png

i need help,

{
"SCANNING REPORTS": {
"chat_id": -1001663729870,
"text": "<<CONCATENATE(\"*your message*\")>>\n<<CONCATENATE(\"\")>>",
"CHANNEL_NAME": "<<SELECT(SCAN SHEET[CHANNEL], [Date] = TODAY(), TRUE)>>",
"TOTAL_QUANTITY": "<<SUM(SELECT(SCAN SHEET[QUANTITY], [Date] = TODAY(), TRUE))>>",
"parse_mode": "MarkdownV2"
}
}

Json code showing correct but scheduled not running

0 7 287
7 REPLIES 7

THE JSON code does not have anything to do with the triggering of the Bot.   If it was just that the JSON was incorrect, the Bot would still start BUT report an error.

If your Bot is not triggering, then you need to look at the run conditions you have set for the Bot in the Event.

Also, make sure the Bot is "enabled" AND that your app is deployed.  Scheduled Bots do not run automatically in a non-deployed app.

Please help me when I use Usersmail() functions bot not working. Can you please correct this?

{
"chat_id": -1001696529190,
"text": "<<CONCATENATE(\"*We have received a new entry in the PhotoVideo team details are given below* \")>>\n
<<CONCATENATE(\" \")>>\n
<<CONCATENATE(\"DATE : \", [DATE])>>\n
<<CONCATENATE(\"TEAM NAME : \", [TEAM NAME])>>\n
<<CONCATENATE(\"PAIR QTY : \", [PAIR QTY])>>\n
<<CONCATENATE(\"HANDOVER QTY: \", [TOTAL QTY])>>\n
<<CONCATENATE(\"HANDOVER TO : \", [HANDOVER TO])>>\n
<<CONCATENATE(\"HANDOVER DATETIMES: \", [HANDOVER DATETIME])>>\n
<<CONCATENATE(\"UPDATE BY: \", USEREMAIL())>>\n",
"parse_mode": "MarkdownV2"
}

I don't see anything wrong with the usage of USEREMAIL() as you have shown that would prevent the Bot from running.

Need help please 

Why would we support developing Scam Apps 😆

I told you the solution.

"parse_mode":"HTML"


Use it.


No work " '_', '*', '[', ']', '(', ')', '~', '`', '>', '#', '+', '-', '=', '|', '{', '}', '.', '!' " in MarkdownV2


 

Top Labels in this Space