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 ?