Hello.
I have a component with a Gallery inside, but the filter I'm using it is not working.
As component input I have a collection with data from a Sharepoint, like this ClearCollect(ColSiteBookedDays; SiteBookedDays).

The Sharepoint data is SiteBookedDays:

Inside my component, the Gallery must show only data wich BookedDays > 1 (3 records)

But it shows all the records.

Can anyone help me?
Thank you.