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 / Image Visible / Not Vi...
Power Apps
Answered

Image Visible / Not Visible

(0) ShareShare
ReportReport
Posted on by 5,333 Moderator

I have Power App with two screens.

Screen1 has two galleries, one of which (Gallery2), at OnStart, is covered by an image control.

In the image control visible property, I have the variable 'CoverImageVisible'.

On Screen1 I have a Button1. In the Button1 OnSelect I have the below variable, which works fine, and causes the image control to NOT be visible when pressed.
     'UpdateContext({CoverImageVisible: false})

On Screen2 I have Button2, with the below variable, which navigates the user back to Screen1, however the image does not become visible over the Gallery2. What am I missing?
        'UpdateContext({CoverImageVisible: true});
         Navigate(Screen1,Cover)

Categories:
  • Verified answer
    timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @Phineas 

    Setting the variable in the call to Navigate should resolve this issue:

    Navigate(Screen1,
     Cover,
     {CoverImageVisible: True}
    )

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard