Backend wise, I have a SharePoint that stores employee information.
The PowerApp, holds a gallery that filters using the following:
Filter('GDP Database',EmailAddress=LoggedUserEmail.Text)
So essentially, it will filter down to only show information of the employee using the app.
The problem that I run into however is that it seems that an employee that logs into this app, cannot actually view any information, presumably because they don't have access to the source SharePoint.
Is there any way to display the information without the user have access to the SharePoint?