Hello all,
I have an app developed which is connected to SharePoint list. The data source has more than 1000 records but the gallery in the App is showing only till 999 records.
The Filter function I am using is based on a service column in SP which holds only 0 and 1. So if the line has 1, should be displayed. The formula under 'Items" is the following:
Sort(Filter('SharePointList',FilterNum = 1),Title,Descending)
Where "SharePointList" is the datasource and "FilterNum" is the column from where I am taking the values
I played with the advanced settings of changing the limit to 2000 rows, but this is not helping. Can yoo please support me in that?