Hi George, query params are set on the contnet page and yes its linked to a main page
Just an update to this @George & @Teodor it seems as though I can make this work if I define the query parameter on the Layout page (in my case layouts/main) then it will appear in the query selector. So I can use that as a work around for the moment however I just wanted to check is that something that is by design or should we be able to define query parameters on the content pages and not have to declare them on the parent layout page?
Sorry for bumping this old topic up, but @George can you please clarify about query parameters that @datguru is asking?
Query parameters should be configured on layout page or content page?
In my case I’ve configured query parameters on content page and I don’t see them in data binding.
If I understand correctly, I have to define all possible query params for all actions on the layout page and NOT on the content page, where are they required?
How do I manage, e.g. multiple id params? Sounds wrong to me… , e.g.
Not sure i understand your question. You can have one id param in an url. Different routes/paths are not related here. Defining it on the main page will just make the query params visible in the data pickers on the content pages. They will work without defining them, but just won’t be available to pick in the data picker.