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 / 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,747 Moderator 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard