Hi,
Another question 😉 I want to create a summary page of upcoming booking (all bookings I have).
What I already do:
A SP list with Booking date (Date de réservation) and Created by
What I need:
A summary page to show to users all the upcoming bookings they have + cancel button
BUT I can't create my gallery function... I've done something like that but...
SortByColumns(Filter([@'Reservation parking AIX']; 'Réserver par'.Email = _CurrentUser.email && Date de 'Date de réservation'>=Today());"Date de réservation";Ascending
For cancel button, I don't already have chance to try haha, but I think that I will ad icon on gallery, and add this function:
Remove( [@'Reservation parking AIX']; thisitem )
Many many thanks for your help 😉
Cheers,
Bastien