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 filed popup
Power Apps
Unanswered

Dropdown filed popup

(0) ShareShare
ReportReport
Posted on by 58

Hi

 

I have added a choice field(dropdown) to my app that has three choices in it.

For on of these choices, I am looking for a way, to make a dialog box popup when select it.

 

I am thinking this is something you can do with the "OnSelect" but how to actually achieve this is not so obvious to me.

Has anyone in here tried making a popup like this before?

 

Regards

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    1. Insert a rectangle Icon (Enlarge it to your desire)

     

    2.  OnVisible of the screen,

    Set(varShowPop,false)
     
    3. OnSelect of the Dropdown put:
    Set(varShowPop,true)
     
    4. On The Rectangle Visible put:
    varShowPop
     
    Give further explanation to proceed further
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
  • MichaelBL Profile Picture
    58 on at

    Hi Eka,

     

    Thanks for the reply.

     

    So far so good, seems pretty simply and not getting any errors.

    The rectangle is still visible though, so I need to make this rectangle visible only when I select a specific option in the dropdown and a way to close the rectangle box again.

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @MichaelBL ,

     

    Just try to modify Steps 3 of @eka24 's workaround, add a If condition to check if the you select a specific option.

    OnChange of Dropdown: 

    If(DropdownName.Selected.Value="specific option", Set(varShowPop,true)) 

     

    Then add a cancel button to close the box: 

    OnSelect of Cancel Button: Set(varShowPop,false)

     

    Hope this helps.

    Sik

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard