Hi All,
There is an existing Power App built on SharePoint lists as the backend.
We are trying to update some of the Power App screens for some new columns.
Recently, a Lookup column Industry_Partner was added a Dim_Outcomes SharePoint list.
Industry_Partner was added as a lookup column from SharePoint list - Data_Partners - column "Name". There is an index already created on Name column.
The SharePoint list - Data_Partners already has 6471 items.
Now, on my Power apps, when I am trying to refresh the data source to get Industry_Partner column added on the Edit screen, it is not adding the new column to the data source and giving an error -
The number of items in this list exceeds the list view threshold, which is 5000 items. Tasks that cause excessive server load (such as those involving all list items) are currently prohibited
I looked at various forums and information available - Mostly it talks about adding index which I did but that did not help. There are articles mentioning about filtering data by using flags such as active flag, etc. In the current scenario, I am not even able to add a column to the datasource in Power App. If anyone has any solutions to this problem, pls suggest.
Please note I am new to Power Apps and SharePoint lists, so any help would be greatly appreciated.