Context object in custom dashboard

Hi Team,

I am trying to make a list/ table in dashboard which has USERID, DATE, email entered by user as ENTITY and response from api using context. I am able to get userId and date but not rest.
Can i access a entity value using context object/ any context object in custom dashboard

Please Help

Dear @meem.khan,

We request you to please follow the link below for creating a custom dashboard.

https://developer.kore.ai/docs/bots/how-tos/how-to-create-custom-dashboard/

To use Entity node values as parameters, use the following syntax for accessing the Context object: https://myDomain.com/{{context.entities.topic}} for the context.entities.topic , where topic is email in your case.

Let us know if this helps.

Thanks & regards,
Kore.ao Support