Take current data to a new page

Hello.

I need to make it so when users click on a item in a list that data is sent to a certain page.

There are 3 pages in my process (in order)

1- List page (where data is)
2- Selection Page (no data is here or is needed here)
3- Stats page (this is where data is needed)

So i need need the data from page 1 - 3 but the user needs to go through page 2 in the middle.

IS this possible

Hello, yes it’s possible by also creating a link between screen(2) and screen(3) and the data will be transferred to screen(3) also.

Thank you!