
Announcements
Hi,
I have a PowerApp, in which I am trying to set the Visible property of a icon to only show if the person email who is is logged into the app matches the any of the emails in the Admin email collection, but I cannot get this to work. Any help would be greatly appreciated.
This is the below code that I currently have on the Icon, and cannot figure out how to get this to work correctly.
I placed this code on the OnStart of the App:
Hi @Johnny23
Change the code as follow:
OnStart of the App
ClearCollect(FIOAdminEmailCollection, 'FIO OCF App Admins')And then the filter:
If(
User().Email in FIOAdminEmailCollection.ReviewerEmail,
true,
false
)
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! 🍻