Unable to access kore AI Data table value

Hi, Im new to Kore AI and i was building a test bot. I have used the data table provided by KoreAI. I am able to insert record into the table. However, im unable to fetch the data. Below is a sample response json. Can someone pls help.

{
“payload”: {
“hasMore”: true,
“total”: 2,
“metaInfo”: [
{
“name”: “mobnum”,
“type”: “number”
},
{
“name”: “email”,
“type”: “string”
},
{
“name”: “patname”,
“type”: “string”
},
{
“name”: “timeofappt”,
“type”: “string”
},
{
“name”: “dateofappt”,
“type”: “string”
},
{
“name”: “sys_Id”,
“type”: “string”
},
{
“name”: “Created_On”,
“type”: “date”
},
{
“name”: “Updated_On”,
“type”: “date”
},
{
“name”: “Created_By”,
“type”: “string”
},
{
“name”: “Updated_By”,
“type”: “string”
}
],
“queryResult”: [
{
“mobnum”: 1212121212,
“email”: “abc@gmail.com”,
“patname”: “Abc”,
“timeofappt”: “09:00-11:00 AM”,
“dateofappt”: “2021-02-11”,
“sys_Id”: “sys-1ca6869d-853a-59ee-b049-088240f08cae”,
“Created_On”: “2021-1-21”,
“Updated_On”: “2021-1-21”,
“Created_By”: “st-71350cbe-f9a8-5338-beac-dfdf98f4362b”,
“Updated_By”: “st-71350cbe-f9a8-5338-beac-dfdf98f4362b”
}
]
}
}

Hi @ankithabafna,

I can see the data in the payload that you mentioned
image
still what else you are looking out for?
can you be more precise with the screenshots, so that we can help you better.

Regards,
Sunil Kumar.J