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 / How to create control ...
Power Apps
Unanswered

How to create control if item or tab is blank, do "Submit" Button is disabled

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Kind People, Need your help on this scenario,

 

how to create control if like for example, The Tab (Candidate) is not filled out, so the "Submit" Button should not clickable unless, Tab is Filled with information.

 

Nelzkie09_0-1677501105801.png 

Nelzkie09_1-1677501142108.png

 

Thanks in advanced!

 

Categories:
I have the same question (0)
  • One Profile Picture
    416 on at

    Hi @Anonymous,

     

    I am not sure what you're referring to by creating controls as there is no way to automate that, however, if you want to disable the button depending on a text box or something containing data. you would adjust the 'Display Mode' property of your button. if that textbox is blank then set the set the display mode to disabled, otherwise set it to Edit. you can adjust the following If statement:

     

    If(IsBlank('YourTextboxName'),
    DisplayMode.Disabled,
    DisplayMode.Edit)

     

    ------------------------------------------------------------------------------------------------------------------------------
    Please click "Accept as Solution" if this post answered your question so that it is helpful for people having similar questions. If you found this post helpful smack that Thumbs up button! Thanks!

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard