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 List Text Box
Power Apps
Answered

DropDown List Text Box

(0) ShareShare
ReportReport
Posted on by 20

Hi there,

 

I am trying to make text boxes visible or hidden based on the value selected in the Drop Down List.


At the moment, I have a Drop Down List which is 1,2,3 and 3 boxes which will appear based on what is selected.

 

If 1 is selected, I would like just for 1 box to appear, and then if 2 is selected, I would like for 2 boxes to appear and so on.

 

Aaqib1_0-1606327234773.png

This is what I have set up against the Visible option but to no avail.

Aaqib1_1-1606327330714.png

 

Any help would be appreciated.

Categories:
I have the same question (0)
  • Verified answer
    RusselThomas Profile Picture
    4,014 on at

    Hi @Aaqib1 ,

     

    Assuming I'm reading this correctly, and you're actually going to be using "1", "2", "3" in your dropdown, then you can do this for each text box according to it's relevant 'number'?

     

    TextBox1 Visible: Value(Dropdown1.Selected.Value)>=1

    TextBox2 Visible: Value(Dropdown1.Selected.Value)>=2

    TextBox3 Visible: Value(Dropdown1.Selected.Value)>=3

     

    Hope this helps,

    RT

  • Verified answer
    CU-18081211-6 Profile Picture
    9,272 Moderator on at

    Hi @Aaqib1 

     

    Use a gallery and set Items property to:

    Sequence(Value(DropDown1.Selected.Value))

    and inside Gallery insert your text box (you don't need to set Visible property to this).

    To access your TextInput value for each row, you can use Gallery.AllItems property.

    ezgif.com-gif-maker (2).gif

    Also if your dropdown use number as integer, you can set items to [1,2,3,4,5] and in this case formula will be:

    Sequence(DropDown1.Selected.Value)

     

    Hope it helps !

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
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard