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)

Report
All responses (
Answers (