Layout Page App Connect Query Params and Content Page BS Table Generator

Wappler Version : 3.5.6
Operating System : Mac Big Sur
Server Model: nodejs
Database Type: mysql
Hosting Type: Docker Local

Expected behavior

The query params set in the layout page should be available on the content page using the BS Table Generator > Sortable Headers > State Manager

Actual behavior

The list is empty

How to reproduce

  1. Define the query params in App Connect on the layout page.
  2. Add the server connect that will query the database for the table on the content page.
  3. Add the query params from the layout page in the input parameters.
  4. Add the server connect from step #2 using the BS Table Generator. Note: the layout page query params are viewable.
  5. State Manager results in an empty list.
  6. In the alternative, if using the App Connect Query Params on the layout page is not the appropriate choice and a Query Manager should be used on the layout page, the result is the same.

If I am misunderstanding how to use actions on the layout page on the content page, please let me know. I was thinking that since I can use the query params from the layout page in a server connect on the content page, that I would also be able to use the query params in the BS Table Generator.