Hi lovely Community,
currently I'm confused about container in gallery.

I've built a gallery with container for nice responsive view, but now I've recognized I can't collect / patch / sum all items of gallery.
E.g. I've tried to collect with classic like this:
ForAll ( Gallery.AllItems , Collect ( Collection , { Bezirk: ThisRecord.Bezirk } ) )
"Bezirk geteilt" means "Subdistrict" in my example..
Looks like this in gallery:

But with ForAll Collection result is like this:

Is it cause of the container? Why there's always the same results and not the three of original gallery?
BR,
Sven