Hi @williamsffc
Use a variable to control the visibility of each gallery, and then set the variable to true or false depending on which gallery item is selected. For example:
On the screen where your galleries are located, set the OnVisible property to
UpdateContext({ShowWhite: true, ShowGreen: false})
. This will initialize both variables to true when the screen is loaded.
Set the Visible property of the White gallery to
ShowWhite
and the Visible property of the Green gallery to
ShowGreen
.
On the OnSelect property of each item in the Analysts gallery, set it to
UpdateContext({ShowWhite: true, ShowGreen: false})
This will show the White gallery and hide the Green gallery when an item is selected.
On the OnSelect property of each item in the Mentees gallery, set it to
UpdateContext({ShowWhite: false, ShowGreen: true})
This will show the Green gallery and hide the White gallery when an item is selected
If you have any questions or feedback, please let me know. Have a great day! 😊
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻