Hi,
I created a team in MS Teams and added members and owners into it.
Then within Teams site (which is created by creating a team) I created a SharePoint List and used this as data source for my PowerApp.
no one can access data in Gallery other than me. I am the owner of the list however there are other owners too but they are unable to access the data. The gallery appears blank. What i am doing wrong in Permissions or at PowerApps gallery formula which is very simple as shown below.
If(
First(LoggedInUser).Email in Manager.field_7, // Manager is a Collection at onStart
Filter('Employee Exit Checklist', 'Email of Line Manager'= User().Email),
'Employee Exit Checklist'
)

Report
All responses (
Answers (