All items in a collection point to the same detail page

I have created a collection (grid) of images. My goal is for each image to point to a specific detail page. Unfortunately, right now each image points to the same detail page. How do I create a grid that contains multiple images, with each image pointing to a unique detail page?

You will need a custom action on your collection with an IF branch for each image row that checks for a value in that row that can uniquely identify it. Under each IF branch, add a ‘Show New Screen’ action. This will give you a unique screen for each image in the collection.

1 Like

Thanks Jeff. This just opened a world of functionality for us.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.