Hi Superuser
Would like to clarify on the collection issue. In rare cases, I can see my collection is having blank/empty values as shown in the in the picture. This issue not happening always. Please help me to fix this issue. I don't want the blank value to be available upon collection execution.
Rgds
Kevin
Hi @Kumkevin,
A dierct way is to set the Gallery Items property as:
Filter(collection, !IsBlank(ColumnName))
I got the same issue. My solution is create some condition in the OnVisible property to remove blank items
RemoveIf(CollShoppingbasket, IsBlank(ItemName))
---------------------------
If the solution I provided assisted you in resolving this issue, kindly select "Accept as solution" This will help others in finding the solution more expediently 😄Also, a Thumbs up would be a great compliment!
bscarlavai33
5
Super User 2025 Season 1
Michael E. Gernaey
4
Super User 2025 Season 1
Vince_K
2