Hi,
I'm currently making an app for car booking.
Most of the app is already runing smooth, i can make punctual booking that will only allow me to select a car that has not been booked yet depending on the date i choose.
I'm now trying to do a reccurent booking page.
The user can select the date etc ... and the app generate a collection filled with every booking entry.
So i have :
Collection1 : list of all the booking entry the user wants
SPList_planing : list of all the already existing booking
SPList_fleet : list of all the car aviable
What i used to filter the cars on the punctual booking page :
Filter(
SPList_Fleet,
Not(
Immatriculation in Filter(
SPList_Planing, [CONDITIONS TO CHECK THE DATETIME]).immat
My problem is i can't see how to do this in loop so i can filter the car list depending not just on one date like i did on the punctual booking page but on every date entry in the Collection1 so i'm sure that the cars i list to the user are aviable for every booking entry ?

Report
All responses (
Answers (