Query parameters won't display in data picker

Hello,

I was following this tutorial https://docs.wappler.io/t/define-url-parameters/2913 : I’ve created server action, I’ve defined query parameters

But when I’m trying to define input parameters in Server Connect - I just won’t appear in dynamic data pickers:

If I am correct, your server model is NodeJS and the page where you have included the Query Params is a Content Page.

In effect, the main page is the Layout Page, Content Pages are merely partials, or to put it in PHP terms, included files.

What I am trying to explain is, that you need to set the Query Param in the Layout Page (not the Content Page) and all is well.

1 Like

Thank you @ben
You’re totally right - Query Parameters should be defined in layout page, not in content page.