I have a product listing page (dynamic with query) that shows suggested products at the bottom. When I click those links, I want to load the product page again with the new data.
I’m trying to use a workflow, but the Change Page action does not reload the page. I also tried to fetch the new data and move to the top of the page, but scrollIntoView does not seem to work on iOS!
Here is the site using scrollIntoView, works on everything except iOS currently:
Is there a recommended solution? Is the dynamic page URL fix almost ready? @Joyce@Mael
Maybe some way to use custom javascript to reload? I tried, but it reloads the entire editor which is a mess.