Module outputs support query

I create a tabbed container in parent app, have 3 tabs

module A have a query(listApp), select Run query automatically when inputs change

  • tab1
  • tab2
  • tab3, have a module A

I want to render module only when I switch to tab3, how can I do it?

expect

if module A have a output (listApp query), parent app can trigger this query when I switch to tab3

Hey @jk2K!

If you're looking to trigger queries in your module directly from a parent application you might want to check out this thread on how to do so. It will also be updated when better support for the functionality is included within Retool :slightly_smiling_face:

Let me know if that helps, otherwise we can investigate other ways to solve your issue!

thanks, that can be used as a solution