Is the only way to test URL params to paste them into the URL bar?

I am trying to use the go to page with a path and params. BUT when i add params to the action, at least in the weweb editor, when i run that action these params are not appended to the url on page switch.

i want to show diff content on a page based on url params and am having an issue testing.

i have also created a variable of type query called addusers

BUT when i run this action the variable addusers never gets the value ‘true’

however, when i paste the param into the url bar it is recognized in the editor and works. this does work in app, just not the editor

@Alexis is this a current in-editor only testing limitation