Menu to table with dynamic query

I have created a dynamic menu by connecting it to a query. I now want to add an action so that on click of each menu item, a table is popuplated with a dynamic query which takes the clicked menu label.

How do i do that?

Hey @PARAG_BHAGWAT :slightly_smiling_face:

It sounds like you'll want to pass the value from your menu to your query using {{}}. There's an example in the quickstart docs that shows one example of how that can work.

If you're still having trouble after looking through those docs it may help if you can post screenshots of how you have your menu configured along with a screenshot of the query you're looking to pass the value to!