web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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
    153,073 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard