Similar to this, but around the other way: Module - Export to app not showing queries in new app
- My goal:
Export a component from an app to a module, and be able to see all resources the component is dependent on.
- Issue:
The export to module works, however none of the queries are visible in the module’s Code pane. They work, and you can navigate to them through component handlers or search, but there are none visible in the Code pane.
- Steps I've taken to troubleshoot:
Create a page-based app with components. Export a component (that has dependent queries) to a module. The queries do not show.
- Additional info:
Cloud.
If I search for queries or variables, I can see them, but they are scoped to the page they were in, in the App. The module has no pages, but the scoping appears to remain. In this screen shot, you can see a collection of queries scoped to the Create page in the App they came from… but my module does not have a Create page.
