How do I take the user to a different page within the app from a repeating group?

I’m trying to create a repeating group in which each cell has it’s own content and when I click the cell it takes me to a different page within the app. How do I do this?

There are several ways, but the simplest is to use a Navigation action ‘Go To Page’. Then assuming the page you want to navigate to has a defined content type, send the data from the current cell to the new page.