Database read or write always returns empty in Bot Webhook handler
Database read or write always returns empty in Bot Webhook handler
Hello, there seems to be some problem with database access in Bot Webhook handler
When testing with :
values_map = Map();
values_map.put("key","abcd");
response_map=zoho.cliq.createRecord("test_db",values_map);
It works well in other parts. But it never does anything to the database for the same code in the Webhook handler.
Likely a bug.