Hi, I'm relatively new to powerapps and I'm creating an app to reserve parking spaces.
When I reserve a place, I would like that same place to stop appearing in the gallery where available places appear.
Until now, when a new reservation is created, the user first chooses the dates and at that moment I create a collection where I insert the data of the reservations that exist with those dates.
Now I want the gallery to show all the items in the list of places except the records that are in the collection (the records that have the same date)
this is where a collection is created:

this is what I put in gallery; Items and the error:

this are my lists:


Thanks