Filter choice component options

Building a doctor appointment booking web app using glide pages. Need help on How can I filter options of one choice component based on what is selected in the other choice component. Both of these components are inside the form contaiiner.

The first choice component is “select slot” here there are two options for example Slot 1 - 11:00 AM to 2: 00 PM and Slot 2 - 5:30 PM to 9:00 PM. Same day

Second choice component shows time options from 11:00 Am to 2:00 pm and 5:30 pm to 9:00 pm with 10 mins interval b/w two options, for example, 11:00, 11:10, 11:20, 11:30 etc. Need to filter these time options if slot 1 is selected in first choice component → second choice component should show time options from 11:00 AM to 2:00 PM only, currently it is showing all

You’ll want something like this for the sheet housing your choice components

Choice 1 Choice 2
11:00 AM to 2:00 PM 11:00
11:00 AM to 2:00 PM 11:10
11:00 AM to 2:00 PM 11:20
11:00 AM to 2:00 PM 11:30
11:00 AM to 2:00 PM

Then filter Choice 2 component where Choice 1 is Screen > Choice 1 Component

Can’t get the column of choice 1 component in screen while applying the filter. Since target sheet of form container is different, I guess. Can you help?