Using data from 1 collection to search another collection on a new page

Hi Steve,

So instead a list of athletes in screen 1, you need to have a function where you enter the athlete name/id in a search box in screen 1 and clicking on the search button, display that athlete or just enter the athlete name/id & go to the screen 2 with that input which retrieve the athlete data in screen 2? Am I understanding this correctly?

For lists, you could use pagination or use an is equal param for the list if you’re search input is athlete id.

Noted on this one! : App and screen level variables

Thank you and have a great day!