Hello,
I have a product list page and a “Product Detail” page using a dynamic URL parameter (product ID). The detail collection is filtered by that parameter, exactly as shown in the WeWeb Academy.
It works the first time. But when I go back to the list and click another product, the URL updates correctly, yet the detail page still shows the previous product.
I would like to avoid manually adding “fetch” workflow actions on each navigation.
Is the collection supposed to automatically update when the URL parameter changes?
