How Can i "Connect properties on the page to values in the URL" in multipage apps?

  • I try to connect Properties on the page to values in the url just like in singlepage apps, where i can do that via Page Settings. in Multipage i can only definie URL Search Params, but not connect properties.

Hi @Martin_M ,

As you can see in this GIF, you can connect properties on the page to values in the URL by clicking on the page and going to it's inspector and setting the URL search params to a component's property on the page. In this example, I'm using {{ textInput1.value }}.

connect_properties_to_url

Let me know if this helps. Thanks.

1 Like

Hi Jennifer,

I had a more complex issue, that was solved with the ability to definie search params and as well bind to variables, i has to do with, url params, beeing able to load and set variables when directly opening a url with a query string, so the right values are set, for now i have fixed it with a jsQuery that runs on pageload and sets the values of the variables, but there is good reason to have both options in singlepage apps, for more complex use cases. Would appreciate if that option will be availible in the future!