I'm looking to use a gallery or data table (I've tried both) to display a listing of files in a Sharepoint document library in a canvas app. This feature was originally announced in March 2019. I've reviewed the documentation and the other questions asked within the community (this post was helpful), and have had success, however it only lists a handful of the files (12 qty) versus the whole list of files. Here is a variation on what I've used in my gallery (also similarly attempted in a data table). I've changed directory names, of course:
Filter(Documents, IsFolder=false&&'Folder path' = "Shared Documents/Directory to View/")
I've reviewed the files, and there is nothing odd about them, and they have the same structure and extension (.csv) as the others. I'm not sure if I'm doing something in correctly in the above snippet, or if there some known limit to the number of files that can be listed. Some extra information that may be helpful:
- Users of the app also have full access to the SP site
- There are no spaces or blanks within the file and directory names, to avoid issues (e.g. Column_x0020_Name)
- The file names are unique
- All files are .csv
- There is one subdirectory within this directory (I'm not sure if that would be a factor, we're not trying to view it)
- I am not seeking to list or access subdirectories, just the files
Thanks for any guidance or insight.