Announcements
I have a gallery ModulesGallery that is populated from data source Modules_Locations. The gallery has 2 items, MIN and Status.There is a button that onSelect populates a variable varFilterStatus with "Green".I want the gallery to then be filtered to all records with Status="Green" so have the Items property of the gallery as Filter(Module_Locations,Status= varFilterStatus);The ; at the end of the Filter function above has a red line under it with the errorExpected operator. We expect an operator such as +, *, or & at this point in the function.I do not see that requirement in the syntax of the Filter function. Can someone please tell me what I am doing wrong.
@murray7
Try Filter(Module_Locations,Status.Value= varFilterStatus);
Status.Value also gave an error. I have resolved the issue which was the fact Status had not been initialised when this screen was visible.
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 549 Most Valuable Professional
Kalathiya 225 Super User 2026 Season 1
Haque 224