Hi everyone, I am very new to WeWeb and trying to bind some data.
I’m training on a simple “test” website which is kind of a portfolio where I have a “works” page displaying a collection of projects. Each project is a link to a “work” page but I am trying to understand if there is a way to do this easily, like "each link is suppose to send me on a work page binding each project infos (title, year of production etc…)
Right now I created a “work” page manually and I am not able to bind any data : it is returning an “empty list” tag.
Would anyone have an advice/tutorial/explanation for me ?
On the list page, you can add the clicked item’s unique ID to the URL path when navigating to the item’s page. Then use this ID on the item’s page to retrieve the item’s content from the collection (or elsewhere) and bind the fields to the appropriate attributes.