cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Display Label if Browse Gallery is Empty

I'm currently using a calendar function/form that lets the user browse for an Employees jobs on a selected date. If the date matches any jobs they have on that date then they're populated in the browse gallery for the user to see.

 

What I'm trying to do now is if there are no jobs to display for that employee on the selected date then i want to display a label to inform the user that the employee is "Available" on that date.

 

I've been trying various isEmpty formulas on my Browse Gallery but can't seem to get the syntax correct.

 

 

Any help is greatly appreciated.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
CarlosFigueira
Power Apps
Power Apps

You can use the CountRows function using the AllItems property of the gallery to determine the visibility of this label. If your gallery is called 'BrowseGallery1', you can set the Visible property of the label to:

CountRows(BrowseGallery1.AllItems) = 0

View solution in original post

3 REPLIES 3
CarlosFigueira
Power Apps
Power Apps

You can use the CountRows function using the AllItems property of the gallery to determine the visibility of this label. If your gallery is called 'BrowseGallery1', you can set the Visible property of the label to:

CountRows(BrowseGallery1.AllItems) = 0
Anonymous
Not applicable

So simple yet so effective, excellent solution Carlos.

 

Thank you.

mdevaney
Community Champion
Community Champion

 

Use this code in the Visible property of the gallery.  The IsEmpty function checks if the the gallery has any values and returns a true or false results.

 

IsEmpty(BrowseGallery1.AllItems)

 


If you would like a full tutorial on how to create a gallery that shows a message when empty I've provided a link below.

 


Link to article:

Show A Message If A Power Apps Gallery Is Empty - Matthew Devaney

 

powerapps-emptystate-11a-1-1024x615.jpg

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (2,820)