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 specific fiel...
Power Apps
Unanswered

Dropdown specific field, require a textinput without data card

(1) ShareShare
ReportReport
Posted on by 10

I have a dropdown that I need to select a specific one and make text input mandatory before saving.
I'm new with PowerApps and I didn't do it with the data card.

 

3.JPG


Note: The Status Field and the ID Field.

Categories:
  • BideyYusuf Profile Picture
    387 on at

    hi @rodriguesn__  This is a bit tricky, but you can do a workaround by trying different functions. ONSELECT of the button.

    OnSelect property of the button.. put:

    If (Status.selected.Value="Approved", Notify("This is Empty",NotificationType.Error,3000),then put a submit function or Patch function here)

    If(Status.selected.Value="Approved", Notify("This is Empty",NotificationType.Error,3000),then put a submit function or Patch function here)

     

    Or you can put a code in the visibility property of the Button or Displaymode property.

    If(Status.Selected.Value = "Approved",DisplayMode.Disabled,DisplayMode.Edit)..... then create a small error label below the Text Input...

     

    that reads.... this field must not be empty

    visible property of the error label : put.... If (IsBlank(TextInput),true,false)

     

    So many ways this can be done.

     

    Let me know if this works for you.

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