Hello,
What are we doing wrong?
It shows all the data from colMyList2
Instead only the one with ShowNotification = true
ClearCollect(
ColNotificationList;Filter(colMyList2;ShowNotification = true);
ShowColumns(
colMyList2;"ID";"ShowNotification";"ShowNotificationDate"
))
I have only 1 with shownotification = true
And he shows 330 records?

Any help please.
Thank you