$_PARAM not automatically 'seen'

I need to filter database queries based on the url param.

If I understand this… (taken from here)

Then this should work:

  1. Route is /login:school
  2. In server action I set up $_PARAM.school (1)
  3. I set it in a vallue with output on so I can see if it’s getting the value. (2)
    image

I’m expecting to see the query parameter here but it’s empty:

Community Page
Last updated: