Search code examples
sharepointpowerappspowerapps-canvas

Powerapps Gallery cannot show newly added files on sharepoint


I created one gallery to display the files in sharepoint folder. It worked one week before but today when I check it, I found that it failed to show the files I added today, only shows the files I added before... Does anyone know what happend?.. Here is my code: SortByColumns(Filter(Documents_1,'Folder path'="Shared Documents/folder1/folder2"&file_Gallery_2.Selected.Name&"/"),"Created",Descending)


Solution

  • By default powerapps retrieves only the first 500 items from sharepoint lists or libraries, it can be change in app settings and get the first 2000 items. Powerapps settings.

    If you have a list with more than 500 items the best way is using a filter by search input text.