Context : I create pricing simulator for our site.
Need : I would to like create a deeplink from product description page to my simulateur ( complete automatically somes fields)
I added in my URL one parameter “Select_produit” with product ID . All is ok through Editor, but when I test on staging it doesn’t work.
On a first screen you can see that it works through Editor.
Ok so I’ve tested with query parameters instead of URL paths, and it works as expected. Not sure why URL paths do not work when directly navigating to the page though.
At this point, on the destination page, I’ve implemented a workflow that grabs this query param and queries the backend for the specific result, then store it in a local variable. But there are other ways as well. Here’s my workflow: