I am building a one-page application where certain products are displayed when a user visits the page. Now I want them to be able to share the products. The data is loaded from the database into the repeating group. How can I create it that is detected when a url has parameters and retrieve the information and put it in the repeating group, but when there no parameters it just resolves to the standard info from the database.
So I want to create shareable links and that the repeating group loads data from the url when available.