web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Drop down with textbox
Power Apps
Unanswered

Drop down with textbox

(0) ShareShare
ReportReport
Posted on by

Hi ,

 

I have a DataCard in my PowerApps form.

Inside My DataCard I have added a dropdown and text input

if the user didn't select anything from dropdown, I want the text input should be visible where he can manually write what he is looking for and update the same in the DataCard value. 

 

Basically, this is the functionality which Iam looking for my PowerApps form.

 

could anyone please let know the steps which I should take on this?  

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,741 Super User 2025 Season 2 on at

    Hi @Danny_Dicaprio 

     

    Try this formula,

     

    Set the Visible property of TextInput1 to change based on whether an item is selected in Dropdown1

    IsBlank(Dropdown1.Selected.Value)

    Set the Update property of the DataCard

     

    If(
    IsBlank(Dropdown1.Selected.Value),
    TextInput1.Text,
    Dropdown1.Selected.Value
    )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard