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 / Blank Fields In Gallery
Power Apps
Answered

Blank Fields In Gallery

(0) ShareShare
ReportReport
Posted on by 162

I have a gallery that is populated dynamically by a Collection so when you add items they show up in the gallery.

Each item has a blank TextInput box that allows users to enter a percentage. 

I want to ensure that:

 

  1. There are no blank items
  2. A warning shows when the total is not 100%

I have figure out the total warning thing and will disable the submit button until it equals 100%

 

The bit I can't figure out is how to check for the blank input boxes

 

I have tried Visible: 

 

If(
 IsBlank(Gallery5_1.AllItems.Label24),
 true,
 false
)

 

but no luck

 

Screen Shot 2020-08-24 at 12.13.45 pm.png

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @PeterDonohue ,

    Two things the check - so put this on the DisplayMode of the Button

    If(
     Sum(
     Gallery5_1.AllItems,YourPercentFieldName
     )<> 100 ||
     "##" in 
     Concat(
     Gallery5_1.AllItems,
     YourPercentFieldName & "#"
     ),
     DisplayMode.Disabled,
     DisplayMode.View
    )

     

    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.

     

  • PeterDonohue Profile Picture
    162 on at

    Awesome work as usual @WarrenBelz 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard