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 / Dropdown "Required" no...
Power Apps
Unanswered

Dropdown "Required" not working

(0) ShareShare
ReportReport
Posted on by 44

I have a dropdown that is required and the little star near the input name is visible in the browser and goes away when the user selects something in the dropdown, however, this behavior does not transfer to the app for some reason. In the app, the star is never visible. Another issue is that even in the browser AND in the app the user can move on to the next page without selecting anything.

What am I doing wrong?

phone.png
Categories:
  • WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @tperry ,

    How do you make the drop down "required"?

    Is it a required field in the data source or have you coded something in the submit form logic?

  • tperry Profile Picture
    44 on at

    It is only a required field in the app, I do not yet have anything making it required in the data source. 
    All the other required fields work, but this one. 

  • WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @tperry ,

    A bit strange, but not an issue - you can control this on the submit form - something like (I will use MyField1, MyStar1 and a Variable vError). So on the Save button

    If(
     isBlank(
     MyField1.Selected.Value //last bit may be different depending on the source of the data
     ),
     UpdateContext({vError:true}),
     UpdateContext({vError:false})
    )

    Also include UpdateContext({vError:false}) on screen exit and/or entrance.

    The Visible property of the MyStar1 would be vError.

     

    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.

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hey, 

    I am facing some similar issue. My question to you @tperry is how to got on dropdown hovertext "Select Option". My datasource is excel, I am getting the dropdown values from excel table. Please suggest me how to add one more item to this dropdown something like hover text/ default "Please select option". Thanks & looking forward... 

    Best Regards, 

    Geetanjali 

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard