Displaying data from a repeating group on another page

I know that in order to display data from a repeating group to a popup you need to display data first to the popup in the workflow before sending the user there.

I’m unable to do this to a completely separate page though. I want a page dedicated to that “current cell”/“parent group”

Any help would be appreciated.

@boston85719

For a separate page

data to send the current cell’s A or
How about sendmore parameters to the page to send the name or something with the key?

Thanks for replying.

I’ve set this up but I can’t retrieve it on the other page

Did you try either of the two methods I presented?

If the former, data to send, you can get it from current page~.

For the latter, you can use get data from URL

As an example, if you have a custom data type that you called ‘product’, you will need to create a page and set the type of content on the page to ‘product’
Screen Shot 2021-09-03 at 12.16.57 PM
Screen Shot 2021-09-03 at 12.17.10 PM

Then the thing you are trying to send would also need to be of the type ‘product’

Screen Shot 2021-09-03 at 12.19.19 PM
Screen Shot 2021-09-03 at 12.20.02 PM

…then when you click on the group and run a workflow you will use the go to page workflow action…if the name of your page is ‘product-purchase’ that would look like this below

We will be covering in detail navigation during week 4 session of the bootcamp.