Announcements
how to fix 500 items limit on listbox items with cdm entity. I have CDM products entity with 800 items and I want to use multiselect filter to filter products. This is a requirement. I can not use gallery as I need multi select filter.
even if I put comma seperated items it gives bellow.
I recommend using a combinatin of Gallery and a Collection to simulate the multiselection capability of a ListBox.
If(ThisItem in Collection1, Remove(Collection1,ThisItem), Collect(Collection1,ThisItem) )
If(ThisItem in Collection1, RGBA(color you want to use for showing selection), RGBA(0,0,0,0) )
Clear(Collection1)
Filter(Gallery2, field exactin Collection1.field )
ListBoxes are convenient, but I find Galleries much more flexible.
Thanks. How do I unselect. I do not want to overcomplicate my scripts. I need listbox behavior using listboxes. I am now trying to find a workaround on how to get around 500 items limit in listboxes...
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211