Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

IsBlank for an entire gallery

(0) ShareShare
ReportReport
Posted on by 260

Hi all

 

Creating a conditional prompt using IsBlank. On the home page of my app the user selects a project using a combobox. On the next page there is a gallery that filters by the selection. If there are no results in the gallery I would like a prompt to appear.

 If the user submits a piece of data into the prompt a variable will change to remove the prompt

 

IsBlank is temperamental, sometimes giving true values when there are items in the gallery. I don't know if IsEmpty will work as I don't think a gallery is a table. Do I need GalleryMixes.something?

 

Visible property

If(!IsBlank(GalleryMixes) Or (varVis=true), false, true)

 

Thanks very much

Conn

Categories:
  • ConnM Profile Picture
    260 on at
    Re: IsBlank for an entire gallery

    @MaximusDecimus 

     

    Thank you I will test this out

     

    Edit

    Yes, no more weird results. Thanks a million

  • Verified answer
    MaximusDecimus Profile Picture
    281 on at
    Re: IsBlank for an entire gallery

    Hey @ConnM 

     

    I typically use the below for an OnVisible property

     

    CountRows(galleryName.AllItems) > 0

     

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,587 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard