Hi. I have a big problem with filtering between date and time.
I have adapted the app from https://github.com/aprildunnam/PowerApps/tree/master/DeskReservation as a basis.
As an example, "Table 1" is reserved from 08:00-12:00.

If I select 08:15-13:00, "Table 1" is displayed as available again.

But if I select 07:00-13:00, no table is available.

Sharepoint

The filter in the gallery is
Filter(Desks; Not(Title in Filter('Desk Reservations';
CheckOutFrom >= startTime && CheckOutTo <= endTime || CheckOutFrom <= endTime && CheckOutTo >= endTime).DeskText
) && Active = 1)
Please does anyone have any ideas.
Thank you
Kind regards
Rene