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 / Modal Popups will not ...
Power Apps
Answered

Modal Popups will not overlay gallery.

(1) ShareShare
ReportReport
Posted on by 534

I have a form with several modal popups that are used for handling C.R.U.D. operations.

On the Form I have a gallery that is not in a datacard.

The Gallery visibility is determined by the BOMAction_Dropdown.Selected item.

The Gallery visible property is set this way...

Switch(
BOMAction_Dropdown.SelectedText.Value,
"", false,
"Copy From", true,
"Add", false,
"Delete", true,
"Change Qty", true,
"Change Color", true,
"Change Size", true,
"unknown"
)

Depending on the CRUD operation...the individual Modal Popup local variables are set when I click the Save icon.  The local variables are set this way....

Switch(
BOMAction_Dropdown.SelectedText.Value,
"Copy From", UpdateContext({varCopyBOMPopup:true}),
"Add", UpdateContext({varAddBOMPopup:true}),
"Delete", UpdateContext({varDeleteBOMPopup:true}),
"Change Qty", UpdateContext({varChangeBOMQtyPopup:true}),
"Change Color", UpdateContext({varChangeBOMColorPopup:true}),
"Change Size", UpdateContext({varChangeBOMSizePopup:true}),
"unknown"
);
When I click the save icon the modal popup will overlay all other control except the gallery.  How can I correct this?

 

tonykiefer_0-1654369493572.png

 

Categories:
I have the same question (0)
  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @tonykiefer quick question, the gallery's order is lower than the popup?

  • tonykiefer Profile Picture
    534 on at

    How do you set the order for that?

  • Verified answer
    PowerPuffKK Profile Picture
    316 on at

    Hi @tonykiefer,

     

    If you right click on the Gallery, you'll be able to set its order - select Send to Back as in the screenshot below and it will place it underneath your modal.

     

    If this answer helps, please mark it as a solution for future forum visitors 😊

     

    Kristine

     

    PowerPuffKK_0-1654388413942.png

     

     

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

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard