Data picker on Content Pages

I am creating a single page app and would like to be able to see all the variables from the head page in my content page when using the data picker.

Earlier today I thought that I could see everything but now when using the data picker I can only see what is on the content page.

Is there a configuration that I am missing to allow this to happen?

Make sure to set the head page property on your content pages. For Node you can set the layout page when creating the content page.

The head page is set through the code that Wappler adds:

<!-- Wappler include head-page="test.html" appconnect="local" is="dmx-app" id="test" -->

This is the correct page. I have tested this and managed to get it working on the test version. However I can’t figure out how I got it working so it still doesn’t work in my app. Obviously something is connected to something so that the data picker knows how to climb up the tree. I just don’t know what it is.

Anybody know what needs to be set for this to work? App ID, route id, route url…?