Hi
I have a small dilemma where I have two buttons on my app. The button on the right appears when conditions are met from a form. Each button triggers different variables to the data in the background. So what I would like to do is hide the button on the left when the right button is visible and vise versa?
Solved! Go to Solution.
In the visible property of RightButton;
!LeftButton.Visible
In the visible property of LeftButton;
!RightButton.Visible
You may have to State the existing conditions if you have issues with the formula stated.
------------
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.
In the visible property of RightButton;
!LeftButton.Visible
In the visible property of LeftButton;
!RightButton.Visible
You may have to State the existing conditions if you have issues with the formula stated.
------------
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.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
178 | |
66 | |
36 | |
33 |
User | Count |
---|---|
339 | |
272 | |
115 | |
73 | |
58 |