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 / Only show popup for th...
Power Apps
Unanswered

Only show popup for the selected item in gallery

(1) ShareShare
ReportReport
Posted on by 300

Hi! I have a simple pop-up email that I only want to show for a gallery that has been selected. How can I achieve this?

Right now it shows for every row in the gallery regardless of which item I select.

 

jaanihsm_0-1720658822669.png

 

Thanks in advance for your time and help!

Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @jaanihsm - if you need the pop to appear only for the selected Gallery item, why is that pop-up embedded into the Gallery control? Place the pop-up outside of the Gallery control and then use Local Context Variables to populate the "To" TextInput control.

     

    For example, on the OnSelect property of the Gallery control, use:

     

    UpdateContext({ctx_email: ThisItem.'Your To Field'});
    UpdateContext({ctx_show_popup: true})

     

    On the Default property of the TextInput control, use:

     

    ctx_email

     

    On the Visible property of the Container, use:

     

    ctx_show_popup

     

    On the OnVisible property of the Screen, use:

     

    UpdateContext({ctx_show_popup: false})

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard