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 / user email in admin co...
Power Apps
Unanswered

user email in admin collection not reading

(0) ShareShare
ReportReport
Posted on by 4

Hello everyone,

 

I'm having some issue in one of my PowerApps where a admin collection of emails is being used to view a page. Although the persons email is on the SP list, two people out of the 6 are still are not able to see the gallery grid in the screen(IMA_GridEditScreen2). I do see there is a delegation warning, but the list only consists of 6 users.  Also when hovering over collection, it says "We didn't find any data."

 

Collection is called IMA_EDW_Admin_List

Code for OnSelect Button for Admins:

If(
CountRows(
Filter(
DataManagementAdminList,
Lower(LoggedUserEmail) in Lower(Title)
)
) > 0,
Navigate(
IMA_DataManaegment_AdminHomeScreen,
ScreenTransition.Cover
)
);
If(
CountRows(
Filter(
IMA_EDW_Admin_List,
Lower(LoggedUserEmail) in Lower(Title)
)
) > 0,
Navigate(
IMA_GridEditScreen2,
ScreenTransition.Cover
)
);
If(
CountRows(
Filter(
DataoutcomeAdmingList,
Lower(LoggedUserEmail) in Lower(Title)
)
) > 0,
Navigate(
IMA_DataOutcome_AdminHomeScreen,
ScreenTransition.Cover
)
);
If(
CountRows(
Filter(
CelonisAdminList,
Lower(LoggedUserEmail) in Lower(Title)
)
) > 0,
Navigate(
IMA_Celonis_AdminHomeScreen,
ScreenTransition.Cover
)
);
If(
CountRows(
Filter(
BPMAdminList,
Lower(LoggedUserEmail) in Lower(Title)
)
) > 0,
Navigate(
IMA_BPM_AdminHomeScreen,
ScreenTransition.Cover
)
);

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,257 Most Valuable Professional on at

    Hi @Edwin0 ,

    Assuming you want the button visible is the user is on any of the lists, put this on the Visible property

    !IsBlank(
     LookUp(
     IMA_EDW_Admin_List,
     Title = LoggedUserEmail
     ).Title
    ) ||
    !IsBlank(
     LookUp(
     DataManagementAdminList,
     Title = LoggedUserEmail
     ).Title
    ) ||
    !IsBlank(
     LookUp(
     DataoutcomeAdmingList,
     Title = LoggedUserEmail
     ).Title
    ) ||
    !IsBlank(
     LookUp(
     CelonisAdminList,
     Title = LoggedUserEmail
     ).Title
    ) ||
    !IsBlank( 
     LookUp(
     BPMAdminList,
     Title = LoggedUserEmail,true
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • Edwin0 Profile Picture
    4 on at

    Hello, Thanks for the tip however I mistakenly used the wrong code. Please see the updated post with correct code. Thank you!

  • Edwin0 Profile Picture
    4 on at

    Hello, Thanks for the tip however I mistakenly used the wrong code. Please see the updated post with correct code. Thank you!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard