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 / Stop users from bypass...
Power Apps
Unanswered

Stop users from bypassing a required field

(0) ShareShare
ReportReport
Posted on by
Hi All,
 
I've got an odd situation, hoping someone here has some experience with it.
 
The Problem: Users submit tickets by clicking a Submit button. The Submit button is disabled until required fields are completed. Some users (very small population) are able to click the Submit button without completing the required fields.
 
Submit Button Display Mode code:
If(
    Or(
        If(
            And(
                RECreateValue.Value = "L",
                RECreateTaskForm.Valid,
                !IsBlank(RECreateJaComboBox.Selected.JaDisplayName),
                !IsBlank(RECreateBaComboBox.Selected.DisplayName) <----This is the field that some users can lease blank. This card is also Required = True
                ),true,false)=true,
           If(
            And(
                RECreateValue.Value = "M",
                RECreateTaskForm.Valid,
                !IsBlank(RECreateBaComboBox.Selected.DisplayName)
                ),true,false)=true),
    DisplayMode.Edit,
    DisplayMode.Disabled)
 
Any ideas would be greatly appreciated!
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,064 Most Valuable Professional on at
    Try
    RECreateValue.Value = "L",
    RECreateTaskForm.Valid,
    Len(RECreateJaComboBox.Selected.JaDisplayName) > 0
    Len(RECreateBaComboBox.Selected.DisplayName) > 0
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

     

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 366 Most Valuable Professional

#2
11manish Profile Picture

11manish 184

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 99 Super User 2026 Season 1

Last 30 days Overall leaderboard