Hello,
I need help with a Powerapps gallery, where I have a sharepoint list with data on the cars available in the company (one of each, the license plate being the unique ID) and the other lists the scheduling lines to reserve these cars, by date and schedule.
Lists:
'Carros - Apoio Administrativo' - All cars in the company, one per plate
'Reserva de Carros - Apoio Administrativo'.Placa - All schedules of car reservation.
What I have in common between the two lists is the plate that I managed to filter in the gallery with the following command:
Filter('Carros - Apoio Administrativo';
Not(Placa exactin 'Reserva de Carros - Apoio Administrativo'.Placa)
)
That command result's to show only the car that is not on 'Reserva de Carros - Apoio Administrativo' list, but i need to filter the time together to not show the cars that have schedule for the date/hour to do a new schedule. on this second list i have two date/hour type column, the begin column and the end column of reservation.
I need to compare this two date/hour column with 2 variables date/hour that i have inside the power apps on this filter, to search only available cars on the date for reservation.