Set Up
I have a one cell repeating group. Users click Next to view the next item.
Problem
I want to link to a specific item from Google Adwords/links in emails, and then have the next item show as usual when User clicks Next.
I’m creating the link with a parameter eg. ?item=blueitem but I don’t know how to get the repeating group to display this as the first item seen but also to still display all other items as usual when User clicks Next.
Things I’m trying:
1.Currently I’m trying a conditional on the RG with:
If parameter ?item is not empty, data source = same as usual but sorting changes to sort by … [unknown].
-
I’ve tried using the dynamic sort field option but the reference guide says this is something to do with sorting by fields on the page that the User selects and when tried it has no effect anyway.
-
Existing sort fields like unique id (not that I’d want that in the url) and item name don’t work.
-
I’ve also tried data source: ranking to no effect.
-
I’ve also tried data source: merging the usual data source with just the item that matches the link parameter and sorting by the name parameter and this does not work either. And unique id is not available as a sort field.
I’m sure this is simple. How do I get it to work?