How can I make a list in Bubble’s new responsive mobile editor open a detail view for the tapped row?

I’m building a mobile app in Bubble using the new responsive mobile editor.
I have a Short List on my “Meetings” view that displays a list of meeting dates (for example, Sunday, October 19th, 2025).

What I want is simple:
When a user taps on a row in the list, it should open another view (called “meeting_details”) that shows only the details for that specific meeting — like the speaker, time, and other information.

Basically, I need to know how to pass or display the data from the selected list item to another view in the mobile editor.
I’ve tried using workflows like “Go to view meeting_details,” but I can’t find a clear way to send the selected row’s data so only that meeting’s information appears.

Has anyone done this in the new mobile editor?
If so, how can I set it up so tapping a row opens a detail view with that item’s data?