Insert multiple rows in a custom dashboard table

Is it possible to insert multiple rows into a table in a custom dashboard whenever one interaction of bot and user is done ?

Like my dialog task has three API calls and each of those return a status code and whether they are working on not.

So for each time a user interacts with my bot, I want to insert 3 rows into the custom dashboard which will look like this

S.No. API_Name StatusCode
1 API_1 200
2 API_2 202
3 API_3 400

I was trying to implement this but failed. Is there any way to do this ?

Hello @kinjalkbajpai :smiley:,

Welcome to Kore Community :clap:

Updated correct info for the query

You can achieve the usecase by setting meta tags for each of the API calls. For details on how to set up meta tags, go through -

Adding the tags to custom dashboard can be achieved as per the example in the documentation below:

Hope this helps! Thank you for stopping by!!