I have a question realated with go to page interaction. I’m trying to redirect to a page that accepts a query param. Is there a way to select the page in the interaccion and set the value of the query param, without having to use dynamic value and setting it to a string that is the url + query param by hand?
Currently, the only way to achieve this is by using dynamic values. We’re only displaying the input field for the path parameters and not for the query parameters.
I will add the input fields for the query parameters.
Hi Samuel, thank you very much