Hi All,
I have a SharePoint List with 100k items i need to filter in Power apps to work with the Data.
The Filter i want to use is identifying if the current User() matched a column in the SharePoint List and then shows the information based on what is returned (probably no more than 100 per user)
Current formula in Power Apps: Filter('Orphaned Site List', User().Email in SiteOwners )
Can anyone suggest a workaround to stop the delegation warning and allow me to filter the data for the current user who uses the app to get their data? - Our business users have a standard licence.