I’m creating an app to manage my clinic appointments.
I have a table where users can fill there details and select a time slot from the drop-down which has a list of available time slots.
Now I want to create a filter expression so that drop-down list only shows remaining slots on particular day. ( An expression which filters slots that are taken in previous rows )