web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Gallery not working in...
Power Apps
Answered

Gallery not working in prod

(0) ShareShare
ReportReport
Posted on by 14

Gallery is working fine in editing mode, when I use filters there are no issues. When I publish app and I use filters - gallery turns blank. I have already re-published app, cleared cache cookies, even repaired Edge. And I've tried another browser too. The Items formula is next:

/////////////////

If(
IsBlank(StatusBox.Selected.Value) And IsBlank(ReasonBox.Selected.Value) And IsBlank(UserBox.Value) And IsBlank(BOXDEVICENOTRETURNED.Selected.Value) And IsBlank(SerialBox.Value) And vFilterCheck = false,
Sort(EQPINVUA,Date,SortOrder.Descending),

Sort(Filter(EQPINVUA, Reason.Value = ReasonBox.Selected.Value || IsBlank(ReasonBox.Selected.Value),
Status.Value = StatusBox.Selected.Value || IsBlank(StatusBox.Selected.Value),
UserBox.Value in User Or IsBlank(UserBox.Value),
SerialBox.Value in Serial Or SerialBox.Value in 'Inventory â„–',
'Device was returned'.Value = BOXDEVICENOTRETURNED.Selected.Value || IsBlank(BOXDEVICENOTRETURNED.Selected.Value)
),
Date,
SortOrder.Descending
)
)

/////////////////

Issue appeared out of nowhere, and I have no clue how this is possible, when in developer mode it works, and in prod it doesn't.

nofilter.jpg
filters-applied.jpg
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,447 Most Valuable Professional on at

    Hi @RosTravin ,

    Try this format

    Sort(
     Filter(
     EQPINVUA, 
     Reason.Value = ReasonBox.Selected.Value || Len(ReasonBox.Selected.Value) = 0,
     Status.Value = StatusBox.Selected.Value || Len(StatusBox.Selected.Value) = 0,
     UserBox.Value in User || Len(UserBox.Value) = 0,
     !vFilterCheck ||
     (
     vFilterCheck &&
     (
     Len(SerialBox.Value) = 0 ||
     SerialBox.Value in Serial || 
     SerialBox.Value in 'Inventory â„–'
     )
     ),
     'Device was returned'.Value = BOXDEVICENOTRETURNED.Selected.Value || 
     Len(BOXDEVICENOTRETURNED.Selected.Value) = 0
     ),
     Date,
     SortOrder.Descending
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • RosTravin Profile Picture
    14 on at

    Thank you, I was able to make it work based upon your solution with a minor tweak.

    Big thanks, you made my day!🤝

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard