I believe it would be very useful if the Go to page action was able to “see” what query parameters are set to the destination page, allowing you to set a relative page, with a dynamic parameter. I think this is a very common use case and would be used widely.
Recently I was testing multiple deployment pipelines. If I wanted to test plasmic hosting vs my own, I would have to swap the URL’s manually using a dynamic value every time I want to make an edit.
It’s also a little odd experience for the query parameters to appear in the right sidebar of the page you instantiate them on, which implies that the editor knows they exist (similar to how props are always available so long as you set a component to have them), but they’re not useable outside of the page context.