Sometimes we only want to get a specific file type from a library in SharePoint.
We can do this easily. Just add a Filter Query as follows. You can replace the “.docx” extension by another one.
substringof('.docx', FileLeafRef)
Sometimes we only want to get a specific file type from a library in SharePoint.
We can do this easily. Just add a Filter Query as follows. You can replace the “.docx” extension by another one.
substringof('.docx', FileLeafRef)